Highlighting fixed

This commit is contained in:
Benjamin Graham 2021-10-03 11:50:47 -04:00 committed by Stephan Seitz
parent 6f2b1abd17
commit 50fc1b6b35

View file

@ -5,8 +5,10 @@
(string) @string (string) @string
(label) @label (label) @label
(keyword) @keyword (keyword) @keyword
"ret" @keyword.return
(boolean) @boolean (boolean) @boolean
(float) @number (float) @float
(constant) @identifier (constant) @identifier
(identifier) @constant (identifier) @constant
(punctuation) @punctuation (symbol) @punctuation.delimiter
(bracket) @punctuation.bracket