fix(yuck): comment out start-of-line parens

This commit is contained in:
Phạm Huy Hoàng 2024-02-13 23:00:53 +07:00 committed by Christian Clason
parent 2b6020247d
commit 1c72e797ba
3 changed files with 44 additions and 16 deletions

View file

@ -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)