mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
20 lines
384 B
Scheme
20 lines
384 B
Scheme
(comment) @comment
|
|
|
|
; TODO: re-add when markdown is added
|
|
; (heredoc
|
|
; (heredoc_content) @markdown)
|
|
|
|
((sigil
|
|
(sigil_start) @_start
|
|
(sigil_content) @regex)
|
|
(#match? @_start "~(r|R)[/</\\\"[({|]"))
|
|
|
|
((sigil
|
|
(sigil_start) @_start
|
|
(sigil_content) @surface)
|
|
(#eq? @_start "~F\"\"\""))
|
|
|
|
((sigil
|
|
(sigil_start) @_start
|
|
(sigil_content) @heex)
|
|
(#eq? @_start "~H\"\"\""))
|