Fix broken test

imgbot
Blaž Hrastnik 3 years ago
parent dd0b15e1f1
commit d8b94ba85f

@ -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…
Cancel
Save