rename query parser to query from scheme

This commit is contained in:
Steven Sojka 2020-07-28 10:55:54 -05:00 committed by Thomas Vigouroux
parent 875a1a0165
commit bd1d1adb35
4 changed files with 15 additions and 3 deletions

View file

@ -1,8 +0,0 @@
(string) @string
(capture) @type
(anonymous_node) @string
(named_node
name: (identifier) @variable
(field_definition
name: (identifier) @property))
(comment) @comment

View file

@ -1 +0,0 @@
(identifier) @reference