aboutsummaryrefslogtreecommitdiffstats
path: root/queries/php
diff options
context:
space:
mode:
Diffstat (limited to 'queries/php')
-rw-r--r--queries/php/indents.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/queries/php/indents.scm b/queries/php/indents.scm
index 1a2bb9017..c490ad77f 100644
--- a/queries/php/indents.scm
+++ b/queries/php/indents.scm
@@ -11,18 +11,18 @@
(match_block)
(case_statement)
"["
-] @indent
+] @indent.begin
[
")"
"}"
"]"
-] @branch
+] @indent.branch
[
(comment)
-] @auto
+] @indent.auto
-(compound_statement "}" @indent_end)
+(compound_statement "}" @indent.end)
-(ERROR) @auto
+(ERROR) @indent.auto