work on queries

This commit is contained in:
mhoffm 2021-06-30 23:39:24 +02:00 committed by Stephan Seitz
parent fabc31276e
commit 1914317ae7

View file

@ -36,10 +36,14 @@
[
(ellipsis)
"\?"
":"
"=>"
] @punctuation.special
[
":"
"="
] @none
[
"for"
"in"
@ -55,19 +59,22 @@
(heredoc_template)
] @string
[
(heredoc_identifier) @punctuation.delimiter
(heredoc_start) @punctuation.delimiter
]
(template_interpolation) @string.escape
(heredoc_identifier) @namespace
(heredoc_start) @namespace
(numeric_lit) @number
(bool_lit) @boolean
(null_lit) @constant
(comment) @comment
(identifier) @symbol
(block (identifier) @namespace)
(block (identifier) @type)
(function_call (identifier) @function)
(function_call (function_arguments) @parameter)
(attribute (identifier) @symbol)
(attribute (identifier) @keyword)
(ERROR) @error