mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
fix(php): add indent for enums
This commit is contained in:
parent
14edfee545
commit
3096e637c8
3 changed files with 6 additions and 0 deletions
|
|
@ -23,5 +23,6 @@ describe("indent PHP:", function()
|
|||
run:new_line("issue-2497.php", { on_line = 5, text = "$a =", indent = 4 })
|
||||
run:new_line("unfinished-call.php", { on_line = 6, text = "$a =", indent = 0 })
|
||||
run:new_line("issue-3591.php", { on_line = 4, text = "$a =", indent = 8 })
|
||||
run:new_line("enum-indent.php", { on_line = 4, text = "case", indent = 4 })
|
||||
end)
|
||||
end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue