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

(regex_expression
  pattern: (rdf_literal
    value: (string) @injection.content)
  (#offset! @injection.content 0 1 0 -1)
  (#set! injection.language "regex"))