aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.md4
-rw-r--r--helix-core/src/indent.rs1
2 files changed, 1 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index f6a9ef09..d81cf302 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,12 +1,8 @@
- tree sitter:
- - lua
- markdown
- - zig
- regex
- - vue
- kotlin
- - julia
- clojure
- erlang
diff --git a/helix-core/src/indent.rs b/helix-core/src/indent.rs
index 55802059..d9a0155f 100644
--- a/helix-core/src/indent.rs
+++ b/helix-core/src/indent.rs
@@ -454,6 +454,7 @@ where
highlight_config: OnceCell::new(),
config: None,
//
+ injection_regex: None,
roots: vec![],
comment_token: None,
auto_format: false,