mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
fix(yuck): comment out start-of-line parens
This commit is contained in:
parent
2b6020247d
commit
1c72e797ba
3 changed files with 44 additions and 16 deletions
|
|
@ -15,23 +15,15 @@
|
|||
")"
|
||||
"}"
|
||||
"]"
|
||||
] @indent.end
|
||||
|
||||
[
|
||||
"{"
|
||||
"}"
|
||||
] @indent.branch
|
||||
|
||||
[
|
||||
"("
|
||||
")"
|
||||
] @indent.branch
|
||||
|
||||
[
|
||||
"["
|
||||
"]"
|
||||
] @indent.branch
|
||||
] @indent.end @indent.branch
|
||||
|
||||
; I do not know what/when this should be added.
|
||||
; Commenting this out for now
|
||||
; [
|
||||
; "("
|
||||
; "{"
|
||||
; "["
|
||||
; ] @indent.branch
|
||||
[
|
||||
(ERROR)
|
||||
(comment)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue