mirror of https://github.com/helix-editor/helix
Fix broken test
parent
dd0b15e1f1
commit
d8b94ba85f
4
TODO.md
4
TODO.md
|
@ -1,12 +1,8 @@
|
||||||
|
|
||||||
- tree sitter:
|
- tree sitter:
|
||||||
- lua
|
|
||||||
- markdown
|
- markdown
|
||||||
- zig
|
|
||||||
- regex
|
- regex
|
||||||
- vue
|
|
||||||
- kotlin
|
- kotlin
|
||||||
- julia
|
|
||||||
- clojure
|
- clojure
|
||||||
- erlang
|
- erlang
|
||||||
|
|
||||||
|
|
|
@ -454,6 +454,7 @@ where
|
||||||
highlight_config: OnceCell::new(),
|
highlight_config: OnceCell::new(),
|
||||||
config: None,
|
config: None,
|
||||||
//
|
//
|
||||||
|
injection_regex: None,
|
||||||
roots: vec![],
|
roots: vec![],
|
||||||
comment_token: None,
|
comment_token: None,
|
||||||
auto_format: false,
|
auto_format: false,
|
||||||
|
|
Loading…
Reference in New Issue