aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/promql/injections.scm
blob: 791aba3d8bec5b9dfcd03b93f4f3f5de485c3c44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
((comment) @injection.content
  (#set! injection.language "comment"))

((label_name)
  [
    "=~"
    "!~"
  ]
  (label_value) @injection.content
  (#set! injection.language "regex")
  (#offset! @injection.content 0 1 0 -1))