mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 17:00:09 -04:00
fix: added missing enum indent for typescript
This commit is contained in:
parent
99ecb46592
commit
f84c93c484
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
; inherits: javascript
|
; inherits: javascript
|
||||||
|
|
||||||
[
|
[
|
||||||
|
(enum_declaration)
|
||||||
(interface_declaration)
|
(interface_declaration)
|
||||||
(object_type)
|
(object_type)
|
||||||
] @indent
|
] @indent
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue