WIP
This commit is contained in:
parent
c2ffd8975b
commit
9a1a9813cb
6 changed files with 78 additions and 0 deletions
|
@ -38,6 +38,7 @@ pub fn init(languages: Arc<LanguageRegistry>, node_runtime: Arc<NodeRuntime>) {
|
|||
languages.register(name, load_config(name), grammar, adapters, load_queries)
|
||||
};
|
||||
|
||||
language("bash", tree_sitter_bash::language(), vec![]);
|
||||
language(
|
||||
"c",
|
||||
tree_sitter_c::language(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue