mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
21 lines
386 B
Scheme
21 lines
386 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"))
|
|
|
|
(sigil
|
|
(sigil_name) @_sigil_name
|
|
(quoted_content) @regex
|
|
(#any-of? @_sigil_name "r" "R"))
|
|
|
|
(comment) @comment
|