aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/forth/highlights.scm
blob: 1e720759712b26340b68ba52ff3538c9bc903ad6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(core) @function

(operator) @operator

(word) @variable

((word) @constant
  (#lua-match? @constant "^[A-Z_]+$"))

(number) @number

(string) @string

[
  (start_definition)
  (end_definition)
] @punctuation.delimiter

(comment) @comment @spell