mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
improve queries
This commit is contained in:
parent
4a29ccba9b
commit
d6758b2673
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@
|
|||
(bool_lit) @boolean
|
||||
(null_lit) @constant
|
||||
(comment) @comment
|
||||
(identifier) @variable
|
||||
(identifier) @symbol
|
||||
|
||||
(block (identifier) @namespace)
|
||||
(function_call (identifier) @function)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue