mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 08:50:11 -04:00
Add regex injection for Elixir
This commit is contained in:
parent
e52de2ca80
commit
ad28bbf04c
1 changed files with 9 additions and 0 deletions
|
|
@ -1 +1,10 @@
|
||||||
(comment) @comment
|
(comment) @comment
|
||||||
|
|
||||||
|
; TODO: re-add when markdown is added
|
||||||
|
; (heredoc
|
||||||
|
; (heredoc_content) @markdown)
|
||||||
|
|
||||||
|
((sigil
|
||||||
|
(sigil_start) @_start
|
||||||
|
(sigil_content) @regex)
|
||||||
|
(#match? @_start "~(r|R)[/</\\\"[({|]"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue