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