difftastic/vendored_parsers/tree-sitter-hack/queries/highlights.scm

32 lines
342 B
Scheme

(comment) @comment
(string) @string
(heredoc) @string
(prefixed_string) @string
[
"class"
"interface"
"trait"
"public"
"protected"
"private"
"static"
"async"
"function"
"return"
"if"
"else"
"elseif"
"while"
"for"
"foreach"
"break"
"continue"
"type"
"new"
"throw"
] @keyword
(type_specifier) @type