mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
fix: add eel_array and eel_object to indent query
This commit is contained in:
parent
47e9c1dce9
commit
c3731d627e
1 changed files with 4 additions and 0 deletions
|
|
@ -3,11 +3,15 @@
|
|||
(value_dsl)
|
||||
(afx_element)
|
||||
(afx_element_self_closing)
|
||||
(eel_array)
|
||||
(eel_object)
|
||||
] @indent
|
||||
|
||||
|
||||
(block end: _ @branch)
|
||||
(value_dsl end: _ @branch)
|
||||
(eel_array end: _ @branch)
|
||||
(eel_object end: _ @branch)
|
||||
[
|
||||
(afx_closing_element)
|
||||
] @branch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue