diff options
author | Blaž Hrastnik | 2021-09-16 06:54:43 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-09-16 06:54:43 +0000 |
commit | d8b94ba85fdbed9fb0e9ebc60e19e6353efdbf7a (patch) | |
tree | 430bfd67a9ff2631f62fa7b3520156e93dac46e6 | |
parent | dd0b15e1f1540d6ca8c58594be302c66005d755c (diff) |
Fix broken test
-rw-r--r-- | TODO.md | 4 | ||||
-rw-r--r-- | helix-core/src/indent.rs | 1 |
2 files changed, 1 insertions, 4 deletions
@@ -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, |