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
(statement) @statement
(statement) @keyword.operator
(number) @number
(comment) @comment
(string) @string
@ -8,7 +8,7 @@
"ret" @keyword.return
(boolean) @boolean
(float) @float
(constant) @identifier
(identifier) @constant
(constant) @constant
(identifier) @variable
(symbol) @punctuation.delimiter
(bracket) @punctuation.bracket