Fixed rust format

pull/625/head
Mikhail Brinchuk 2024-01-28 12:52:07 +07:00
parent f671c57069
commit 045344f783
1 changed files with 1 additions and 4 deletions

@ -391,10 +391,7 @@ pub(crate) fn from_language(language: guess::Language) -> TreeSitterConfig {
let language = unsafe { tree_sitter_fsharp() };
TreeSitterConfig {
language,
atom_nodes: [
"string",
"triple_quoted_string"
].into(),
atom_nodes: ["string", "triple_quoted_string"].into(),
delimiter_tokens: vec![("(", ")"), ("[", "]"), ("{", "}")],
highlight_query: ts::Query::new(
language,