From 3ab9abb64283aed54f5ea7e8157629c2a2be3b33 Mon Sep 17 00:00:00 2001 From: Triton171 Date: Tue, 9 Aug 2022 22:32:13 +0200 Subject: Add `extend-indented` and `stop-extend` captures for indent queries. Improve and re-enable python indent queries. --- helix-core/tests/indent.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'helix-core/tests') diff --git a/helix-core/tests/indent.rs b/helix-core/tests/indent.rs index ff04d05f..e1114f4a 100644 --- a/helix-core/tests/indent.rs +++ b/helix-core/tests/indent.rs @@ -50,6 +50,7 @@ fn test_treesitter_indent(file_name: &str, lang_scope: &str) { indent_query, &syntax, &IndentStyle::Spaces(4), + 4, text, i, text.line_to_char(i) + pos, -- cgit v1.2.3-70-g09d2