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

((statement
  (statement_keyword
    "pattern")
  (argument
    (string) @injection.content))
  (#set! injection.language "regex")
  (#offset! @injection.content 0 1 0 -1))