aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/vento/highlights.scm
blob: ec31aae20936047cbcd65dd97f7819d182a9f6b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
(comment) @comment @spell

[
  "if"
  "/if"
  "else"
  "for"
  "/for"
  "layout"
  "/layout"
  "set"
  "/set"
  "import"
  "export"
  "/export"
  "include"
  "function"
  "/function"
  "fragment"
  "/fragment"
  "of"
  "async"
] @keyword

(tag
  [
    "{{"
    "{{-"
    "}}"
    "-}}"
  ] @punctuation.special)

"|>" @operator