aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/lua
diff options
context:
space:
mode:
authorRiley Bruins <ribru17@hotmail.com>2024-08-04 18:26:18 -0700
committerChristian Clason <c.clason@uni-graz.at>2024-08-05 10:07:41 +0200
commit558c7ad7bf147c1394d971e6a734ea16e440d51a (patch)
tree9ce510beae70b49767e268fb3bb8f7e0728d3fb7 /tests/indent/lua
parentbot(lockfile): update perl, typespec (diff)
downloadnvim-treesitter-558c7ad7bf147c1394d971e6a734ea16e440d51a.tar
nvim-treesitter-558c7ad7bf147c1394d971e6a734ea16e440d51a.tar.gz
nvim-treesitter-558c7ad7bf147c1394d971e6a734ea16e440d51a.tar.bz2
nvim-treesitter-558c7ad7bf147c1394d971e6a734ea16e440d51a.tar.lz
nvim-treesitter-558c7ad7bf147c1394d971e6a734ea16e440d51a.tar.xz
nvim-treesitter-558c7ad7bf147c1394d971e6a734ea16e440d51a.tar.zst
nvim-treesitter-558c7ad7bf147c1394d971e6a734ea16e440d51a.zip
fix(lua): proper indent after multiline string arg
Diffstat (limited to 'tests/indent/lua')
-rw-r--r--tests/indent/lua/string.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/indent/lua/string.lua b/tests/indent/lua/string.lua
index adfebf76a..f44fc7231 100644
--- a/tests/indent/lua/string.lua
+++ b/tests/indent/lua/string.lua
@@ -3,3 +3,7 @@ a
multiline
string
]]
+
+print [[
+test
+]]