forked from mirrors/kingfisher
updated README
This commit is contained in:
parent
572d8146e7
commit
b06baeb7bd
6 changed files with 48 additions and 57 deletions
|
|
@ -98,7 +98,7 @@ impl Language {
|
|||
Language::Rust => Ok(tree_sitter_rust::LANGUAGE.into()),
|
||||
Language::Toml => Ok(tree_sitter_toml_ng::LANGUAGE.into()),
|
||||
Language::TypeScript => Ok(tree_sitter_typescript::LANGUAGE_TYPESCRIPT.into()),
|
||||
Language::Yaml => Ok(tree_sitter_yaml::language()),
|
||||
Language::Yaml => Ok(tree_sitter_yaml::LANGUAGE.into()),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue