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/htmldjango/indents.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'queries/htmldjango') diff --git a/queries/htmldjango/indents.scm b/queries/htmldjango/indents.scm index 8fa0a456c..fd3d86502 100644 --- a/queries/htmldjango/indents.scm +++ b/queries/htmldjango/indents.scm @@ -1,3 +1,3 @@ -(paired_statement) @indent -(end_paired_statement) @indent_end -(branch_statement) @branch +(paired_statement) @indent.begin +(end_paired_statement) @indent.end +(branch_statement) @indent.branch -- cgit v1.3.1