chore(cli): minor correction in comments
This commit is contained in:
parent
d039ae4b7b
commit
c611e15a31
2 changed files with 3 additions and 3 deletions
|
|
@ -1136,8 +1136,8 @@ impl Loader {
|
|||
let language_count = self.languages_by_id.len();
|
||||
for grammar in config.grammars {
|
||||
// Determine the path to the parser directory. This can be specified in
|
||||
// the package.json, but defaults to the directory containing the
|
||||
// package.json.
|
||||
// the tree-sitter.json, but defaults to the directory containing the
|
||||
// tree-sitter.json.
|
||||
let language_path = parser_path.join(grammar.path);
|
||||
|
||||
let grammar_path = language_path.join("src").join("grammar.json");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue