From cb568af5393241e5dbc9c19157c5df5e9ca9af2d Mon Sep 17 00:00:00 2001 From: George Harker Date: Mon, 20 Mar 2023 14:44:39 -0700 Subject: use indent.X syntax for captures and properties of set directives update CONTRIBUTING.md adjust indents for bass fix doc capture comment --- queries/php/indents.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'queries/php') 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 -- cgit v1.3