mirror of https://github.com/Wilfred/difftastic/
32 lines
342 B
Scheme
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
|