mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 20:07:44 +03:00
ensure rust grammar is available in CI
This commit is contained in:
parent
8081e9f052
commit
db3470d973
4 changed files with 66 additions and 24 deletions
|
@ -2115,14 +2115,10 @@ mod test {
|
|||
let language = get_language(&crate::RUNTIME_DIR, "Rust").unwrap();
|
||||
let config = HighlightConfiguration::new(
|
||||
language,
|
||||
&std::fs::read_to_string(
|
||||
"../helix-syntax/languages/tree-sitter-rust/queries/highlights.scm",
|
||||
)
|
||||
.unwrap(),
|
||||
&std::fs::read_to_string(
|
||||
"../helix-syntax/languages/tree-sitter-rust/queries/injections.scm",
|
||||
)
|
||||
.unwrap(),
|
||||
&std::fs::read_to_string("../runtime/grammars/sources/rust/queries/highlights.scm")
|
||||
.unwrap(),
|
||||
&std::fs::read_to_string("../runtime/grammars/sources/rust/queries/injections.scm")
|
||||
.unwrap(),
|
||||
"", // locals.scm
|
||||
)
|
||||
.unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue