fix(ecma): add indents to switch and cases

fixes nvim-treesitter#1384
This commit is contained in:
Samyak S Sarnayak 2021-07-02 11:19:20 +05:30 committed by Kiyan
parent 53d92f65bd
commit 9799a80c55

View file

@ -12,6 +12,8 @@
(template_substitution)
(expression_statement (call_expression))
(export_clause)
(switch_statement)
(switch_case)
] @indent
[