mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Add aligned indents for multi-line strings
This commit is contained in:
parent
f51d4180c6
commit
71a4a13ed1
1 changed files with 6 additions and 3 deletions
|
|
@ -1,5 +1,8 @@
|
|||
(block) @indent
|
||||
(block "}" @branch)
|
||||
|
||||
(module) @indent
|
||||
(submodule) @indent
|
||||
(statement) @indent
|
||||
(statement ";" @indent_end)
|
||||
(block "}" @indent_end @branch)
|
||||
|
||||
((string) @aligned_indent
|
||||
(#set! "delimiter" "\"\""))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue