Remove empty comment

pull/708/merge
Wilfred Hughes 2024-05-11 22:10:17 +07:00
parent 28d8673371
commit 809f49124c
1 changed files with 0 additions and 1 deletions

@ -969,7 +969,6 @@ pub(crate) fn from_language(language: guess::Language) -> TreeSitterConfig {
let language = unsafe { tree_sitter_scheme() };
TreeSitterConfig {
language,
//
atom_nodes: vec!["string"].into_iter().collect(),
delimiter_tokens: vec![("{", "}"), ("(", ")"), ("[", "]")],
highlight_query: ts::Query::new(