Fix broken test
This commit is contained in:
parent
dd0b15e1f1
commit
d8b94ba85f
2 changed files with 1 additions and 4 deletions
4
TODO.md
4
TODO.md
|
@ -1,12 +1,8 @@
|
|||
|
||||
- tree sitter:
|
||||
- lua
|
||||
- markdown
|
||||
- zig
|
||||
- regex
|
||||
- vue
|
||||
- kotlin
|
||||
- julia
|
||||
- clojure
|
||||
- erlang
|
||||
|
||||
|
|
|
@ -454,6 +454,7 @@ where
|
|||
highlight_config: OnceCell::new(),
|
||||
config: None,
|
||||
//
|
||||
injection_regex: None,
|
||||
roots: vec![],
|
||||
comment_token: None,
|
||||
auto_format: false,
|
||||
|
|
Loading…
Reference in a new issue