nvim-treesitter/queries/elixir/injections.scm
2021-06-01 22:04:52 +02:00

10 lines
205 B
Scheme

(comment) @comment
; TODO: re-add when markdown is added
; (heredoc
; (heredoc_content) @markdown)
((sigil
(sigil_start) @_start
(sigil_content) @regex)
(#match? @_start "~(r|R)[/</\\\"[({|]"))