mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
38 lines
519 B
Scheme
38 lines
519 B
Scheme
[
|
|
"|"
|
|
"-"
|
|
] @punctuation.delimiter
|
|
|
|
(filename) @string.special.path
|
|
|
|
(row
|
|
[
|
|
(value)
|
|
(from)
|
|
(to)
|
|
] @number)
|
|
|
|
"col" @keyword
|
|
|
|
(col
|
|
[
|
|
(value)
|
|
(from)
|
|
(to)
|
|
] @number)
|
|
|
|
((item_type) @comment.error
|
|
(#eq? @comment.error "error"))
|
|
|
|
((item_type) @comment.warning
|
|
(#eq? @comment.warning "warning"))
|
|
|
|
((item_type) @comment.note
|
|
(#eq? @comment.note "note"))
|
|
|
|
((code_block) @markup.raw.block
|
|
(#set! priority 90))
|
|
|
|
(code_block
|
|
(language_delimiter) @markup.raw.block
|
|
(#set! conceal ""))
|