mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 17:30:08 -04:00
Add tree-sitter-eex parser for (L)EEx files (#2351)
This commit is contained in:
parent
d2981d20da
commit
2532937ba1
4 changed files with 35 additions and 0 deletions
|
|
@ -24,6 +24,11 @@
|
|||
(#eq? @_sigil_name "F"))
|
||||
|
||||
; Zigler
|
||||
(sigil
|
||||
(sigil_name) @_sigil_name
|
||||
(quoted_content) @eex
|
||||
(#any-of? @_sigil_name "E" "L"))
|
||||
|
||||
(sigil
|
||||
(sigil_name) @_sigil_name
|
||||
(quoted_content) @zig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue