Add aligned indents for multi-line strings

This commit is contained in:
Tomas Sandven 2022-04-05 12:16:14 +02:00 committed by Stephan Seitz
parent f51d4180c6
commit 71a4a13ed1

View file

@ -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" "\"\""))