Beancount syntax highlighting (#7389)
Release Notes: - Added syntax highlighting for [Beancount](https://beancount.github.io)
This commit is contained in:
parent
4195f27964
commit
e2e8e52ec4
6 changed files with 37 additions and 0 deletions
|
@ -67,6 +67,7 @@ pub fn init(
|
|||
};
|
||||
|
||||
language("bash", tree_sitter_bash::language(), vec![]);
|
||||
language("beancount", tree_sitter_beancount::language(), vec![]);
|
||||
language(
|
||||
"c",
|
||||
tree_sitter_c::language(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue