aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/php
diff options
context:
space:
mode:
authorgbprod <contact@gb-prod.fr>2022-10-07 11:08:29 +0200
committerStephan Seitz <stephan.seitz@fau.de>2022-10-10 23:01:22 +0200
commit3096e637c8d78fd9e9078f752dce2da2cc6d531e (patch)
tree479090086199f1acae4fce4d1ab90571047ac03e /tests/indent/php
parentfeat(swift): sync highlight queries with upstream (diff)
downloadnvim-treesitter-3096e637c8d78fd9e9078f752dce2da2cc6d531e.tar
nvim-treesitter-3096e637c8d78fd9e9078f752dce2da2cc6d531e.tar.gz
nvim-treesitter-3096e637c8d78fd9e9078f752dce2da2cc6d531e.tar.bz2
nvim-treesitter-3096e637c8d78fd9e9078f752dce2da2cc6d531e.tar.lz
nvim-treesitter-3096e637c8d78fd9e9078f752dce2da2cc6d531e.tar.xz
nvim-treesitter-3096e637c8d78fd9e9078f752dce2da2cc6d531e.tar.zst
nvim-treesitter-3096e637c8d78fd9e9078f752dce2da2cc6d531e.zip
fix(php): add indent for enums
Diffstat (limited to 'tests/indent/php')
-rw-r--r--tests/indent/php/enum-indent.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/indent/php/enum-indent.php b/tests/indent/php/enum-indent.php
new file mode 100644
index 000000000..6d8093baf
--- /dev/null
+++ b/tests/indent/php/enum-indent.php
@@ -0,0 +1,4 @@
+<?php
+
+enum Test: int
+{