mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -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)
|
(value_dsl)
|
||||||
(afx_element)
|
(afx_element)
|
||||||
(afx_element_self_closing)
|
(afx_element_self_closing)
|
||||||
|
(eel_array)
|
||||||
|
(eel_object)
|
||||||
] @indent
|
] @indent
|
||||||
|
|
||||||
|
|
||||||
(block end: _ @branch)
|
(block end: _ @branch)
|
||||||
(value_dsl end: _ @branch)
|
(value_dsl end: _ @branch)
|
||||||
|
(eel_array end: _ @branch)
|
||||||
|
(eel_object end: _ @branch)
|
||||||
[
|
[
|
||||||
(afx_closing_element)
|
(afx_closing_element)
|
||||||
] @branch
|
] @branch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue