Skip to content

Commit

Permalink
Remove empty comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed May 12, 2024
1 parent 28d8673 commit 809f491
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parse/tree_sitter_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 809f491

Please sign in to comment.