Clarify comment

ida_star
Wilfred Hughes 2021-08-27 21:49:16 +07:00
parent 309e4bc02c
commit 81ffcecc49
1 changed files with 2 additions and 2 deletions

@ -35,8 +35,8 @@ extern "C" {
}
pub fn from_extension(extension: &OsStr) -> Option<TreeSitterConfig> {
// TODO: find a nice way to extract this data from the
// package.json in these parsers.
// TODO: find a nice way to extract name and extension information
// from the package.json in these parsers.
match extension.to_string_lossy().borrow() {
"clj" => Some(TreeSitterConfig {
name: "Clojure".into(),