mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
* fold for if/while/for * highlight "_" for ignore variable * highlight "c" for PtrTypeStart * highlight "?" for optional type * remove duplicate query node in indent
22 lines
204 B
Scheme
22 lines
204 B
Scheme
[
|
|
(Block)
|
|
(ContainerDecl)
|
|
(SwitchExpr)
|
|
(InitList)
|
|
] @indent
|
|
|
|
[
|
|
"("
|
|
")"
|
|
"["
|
|
"]"
|
|
"{"
|
|
"}"
|
|
] @branch
|
|
|
|
[
|
|
(line_comment)
|
|
(container_doc_comment)
|
|
(doc_comment)
|
|
(LINESTRING)
|
|
] @ignore
|