From e2d1e40a4db7b7af8c48f643519046c037a08446 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Sun, 15 Dec 2024 22:36:52 -0500 Subject: [PATCH] fix(cli): correct warning message --- cli/loader/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/loader/src/lib.rs b/cli/loader/src/lib.rs index 4e3effed..acd4f370 100644 --- a/cli/loader/src/lib.rs +++ b/cli/loader/src/lib.rs @@ -1568,7 +1568,7 @@ impl LanguageConfiguration<'_> { { eprintln!( indoc! {" - Warning: you should add a `{}` entry pointing to the highlights path in `tree-sitter` language list in the grammar's package.json + Warning: you should add a `{}` entry pointing to the highlights path in the `tree-sitter` object in the grammar's tree-sitter.json file. See more here: https://tree-sitter.github.io/tree-sitter/syntax-highlighting#query-paths "}, default_path.replace(".scm", "")