Fix broken test

pull/733/head
Blaž Hrastnik 2021-09-16 15:54:43 +09:00
parent dd0b15e1f1
commit d8b94ba85f
2 changed files with 1 additions and 4 deletions

View File

@ -1,12 +1,8 @@
- tree sitter: - tree sitter:
- lua
- markdown - markdown
- zig
- regex - regex
- vue
- kotlin - kotlin
- julia
- clojure - clojure
- erlang - erlang

View File

@ -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,