mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 00:40:06 -04:00
rename query parser to query from scheme
This commit is contained in:
parent
875a1a0165
commit
bd1d1adb35
4 changed files with 15 additions and 3 deletions
|
|
@ -1,8 +0,0 @@
|
|||
(string) @string
|
||||
(capture) @type
|
||||
(anonymous_node) @string
|
||||
(named_node
|
||||
name: (identifier) @variable
|
||||
(field_definition
|
||||
name: (identifier) @property))
|
||||
(comment) @comment
|
||||
|
|
@ -1 +0,0 @@
|
|||
(identifier) @reference
|
||||
Loading…
Add table
Add a link
Reference in a new issue