nvim-treesitter/queries/elixir/injections.scm

11 lines
205 B
Scheme
Raw Normal View History

2021-05-14 21:23:58 +02:00
(comment) @comment
2021-06-01 13:34:12 -04:00
; TODO: re-add when markdown is added
; (heredoc
; (heredoc_content) @markdown)
((sigil
(sigil_start) @_start
(sigil_content) @regex)
(#match? @_start "~(r|R)[/</\\\"[({|]"))