nvim-treesitter/queries/julia/injections.scm

14 lines
270 B
Scheme
Raw Normal View History

; TODO: re-add when markdown is added.
; ((triple_string) @markdown
; (#offset! @markdown 0 3 0 -3))
[
(line_comment)
(block_comment)
] @comment
2022-11-26 14:27:21 +02:00
((prefixed_string_literal
prefix: (identifier) @_prefix) @regex
(#eq? @_prefix "r")
(#offset! @regex 0 2 0 -1))