Query fix

This commit is contained in:
Benjamin Graham 2021-10-03 12:09:33 -04:00 committed by Stephan Seitz
parent 50fc1b6b35
commit 6d504dd0f8

View file

@ -1,5 +1,5 @@
(type) @type (type) @type
(statement) @statement (statement) @keyword.operator
(number) @number (number) @number
(comment) @comment (comment) @comment
(string) @string (string) @string
@ -8,7 +8,7 @@
"ret" @keyword.return "ret" @keyword.return
(boolean) @boolean (boolean) @boolean
(float) @float (float) @float
(constant) @identifier (constant) @constant
(identifier) @constant (identifier) @variable
(symbol) @punctuation.delimiter (symbol) @punctuation.delimiter
(bracket) @punctuation.bracket (bracket) @punctuation.bracket