aboutsummaryrefslogtreecommitdiff
path: root/helix-core/tests/indent.rs
diff options
context:
space:
mode:
authorTriton1712022-08-09 20:32:13 +0000
committerBlaž Hrastnik2022-10-11 07:48:04 +0000
commit3ab9abb64283aed54f5ea7e8157629c2a2be3b33 (patch)
treee818e2f0ebd1b9d1af7d1a433a1bc8ad34933d2d /helix-core/tests/indent.rs
parent8c4ae4df1ccc9465508d48d1407616515974e830 (diff)
Add `extend-indented` and `stop-extend` captures for indent queries.
Improve and re-enable python indent queries.
Diffstat (limited to 'helix-core/tests/indent.rs')
-rw-r--r--helix-core/tests/indent.rs1
1 files changed, 1 insertions, 0 deletions
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,