mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 06:20:01 -04:00
14 lines
268 B
Scheme
14 lines
268 B
Scheme
(sigil
|
|
(sigil_name) @_sigil_name
|
|
(quoted_content) @surface
|
|
(#eq? @_sigil_name "F"))
|
|
|
|
(sigil
|
|
(sigil_name) @_sigil_name
|
|
(quoted_content) @heex
|
|
(#eq? @_sigil_name "H"))
|
|
|
|
(sigil
|
|
(sigil_name) @_sigil_name
|
|
(quoted_content) @zig
|
|
(#eq? @_sigil_name "Z"))
|