work on queries; fix macos build

This commit is contained in:
mhoffm 2021-07-01 08:43:42 +02:00 committed by Stephan Seitz
parent 1914317ae7
commit a40bce5e36
2 changed files with 3 additions and 3 deletions

View file

@ -71,10 +71,10 @@
(bool_lit) @boolean
(null_lit) @constant
(comment) @comment
(identifier) @symbol
(identifier) @variable
(block (identifier) @type)
(function_call (identifier) @function)
(attribute (identifier) @keyword)
(attribute (identifier) @field)
(ERROR) @error