Add tree-sitter-eex parser for (L)EEx files (#2351)

This commit is contained in:
Clay 2022-01-25 08:52:51 -08:00 committed by GitHub
parent d2981d20da
commit 2532937ba1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 35 additions and 0 deletions

View file

@ -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