mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
10 lines
205 B
Scheme
10 lines
205 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)[/</\\\"[({|]"))
|