aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/zathurarc/injections.scm
blob: 8e45396b78225a9f77f5604f160c9953b4d2a737 (plain) (blame)
1
2
3
4
5
6
7
8
9
(set_directive
  (option) @_option
  (string) @injection.content
  (#eq? @_option "synctex-editor-command")
  (#offset! @injection.content 0 1 0 -1)
  (#set! injection.language "bash"))

((comment) @injection.content
  (#set! injection.language "comment"))