mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -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
4
tests/indent/php/enum-indent.php
Normal file
4
tests/indent/php/enum-indent.php
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?php
|
||||
|
||||
enum Test: int
|
||||
{
|
||||
Loading…
Add table
Add a link
Reference in a new issue