mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
* improve query performance 120ms -> 6ms * correct highlight for field, type and function * add highlight for escape/format sequence in string
23 lines
222 B
Scheme
23 lines
222 B
Scheme
[
|
|
(Block)
|
|
(ContainerDecl)
|
|
(SwitchExpr)
|
|
(InitList)
|
|
(ContainerDecl)
|
|
] @indent
|
|
|
|
[
|
|
"("
|
|
")"
|
|
"["
|
|
"]"
|
|
"{"
|
|
"}"
|
|
] @branch
|
|
|
|
[
|
|
(line_comment)
|
|
(container_doc_comment)
|
|
(doc_comment)
|
|
(LINESTRING)
|
|
] @ignore
|