1[
2 (openParen)
3 (closeParen)
4 (openCurly)
5 (closeCurly)
6 (openBracket)
7 (closeBracket)
8] @punctuation.bracket
9
10[
11 (branchSeparator)
12 (underscore)
13] @constructor
14; ] @punctuation.delimiter
15
16[ (character) ] @constant.character
17[ (comment) ] @comment
18[ (constant) ] @constant.numeric
19[ (identifier) ] @variable
20[ (leftArrow) ] @keyword
21[ (function) ] @function
22[ (modifier1) ] @operator
23[ (modifier2) ] @operator
24[ (number) ] @constant.numeric
25[ (placeHolder) ] @special
26[ (otherConstant) ] @string.special
27[ (signature) ] @type
28[ (system) ] @function.builtin
29[ (tripleMinus) ] @module
30
31; planet
32[
33 "id"
34 "identity"
35 "∘"
36 "dip"
37 "⊙"
38 "gap"
39 "⋅"
40] @tag
41
42[
43 (string)
44 (multiLineString)
45] @string
46
47; [
48; (deprecated)
49; (identifierDeprecated)
50; ] @warning