2020-07-28 07:39:45 -05:00
|
|
|
(string) @string
|
2021-01-01 23:14:11 -05:00
|
|
|
(escape_sequence) @string.escape
|
2020-07-28 07:39:45 -05:00
|
|
|
(capture) @type
|
|
|
|
|
(anonymous_node) @string
|
2020-09-04 13:09:28 -05:00
|
|
|
(predicate) @function
|
2020-07-28 07:39:45 -05:00
|
|
|
(named_node
|
|
|
|
|
name: (identifier) @variable
|
|
|
|
|
(field_definition
|
|
|
|
|
name: (identifier) @property))
|
|
|
|
|
(comment) @comment
|
2020-09-04 13:09:28 -05:00
|
|
|
|
|
|
|
|
(quantifier) @operator
|
|
|
|
|
(predicate_type) @punctuation.special
|
|
|
|
|
|
|
|
|
|
[
|
|
|
|
|
"["
|
|
|
|
|
"]"
|
|
|
|
|
"("
|
|
|
|
|
")"
|
|
|
|
|
] @punctuation.bracket
|
2021-02-12 01:12:55 -05:00
|
|
|
|
2021-03-04 20:06:27 +01:00
|
|
|
;; TODO: fix this query
|
|
|
|
|
;((program . (comment) @include)
|
|
|
|
|
;(#match? @include "^;\ +inherits\ *:"))
|