mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 14:00:00 -04:00
parent
726d9be3aa
commit
5fd68ba0c2
3 changed files with 10 additions and 0 deletions
6
tests/indent/lua/no-indent-after-paren-pairs.lua
Normal file
6
tests/indent/lua/no-indent-after-paren-pairs.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
-- Issue #2476
|
||||
require("treesitter").setup(
|
||||
)
|
||||
|
||||
local table = {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue