mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 16:30:02 -04:00
13 lines
270 B
Scheme
13 lines
270 B
Scheme
; TODO: re-add when markdown is added.
|
|
; ((triple_string) @markdown
|
|
; (#offset! @markdown 0 3 0 -3))
|
|
|
|
[
|
|
(line_comment)
|
|
(block_comment)
|
|
] @comment
|
|
|
|
((prefixed_string_literal
|
|
prefix: (identifier) @_prefix) @regex
|
|
(#eq? @_prefix "r")
|
|
(#offset! @regex 0 2 0 -1))
|