highlights.scm

 1(tag_name) @keyword
 2
 3(tag (variable_name) @variable)
 4(variable_name "$" @operator)
 5
 6(tag
 7  (tag_name) @keyword
 8  (#eq? @keyword "@method")
 9  (name) @function.method)
10
11(primitive_type) @type.builtin
12(named_type (name) @type) @type
13(named_type (qualified_name) @type) @type