From e974a69676c04abbee7531b29618603b0857b575 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 11 Dec 2025 19:54:52 +0200 Subject: [PATCH] fix: remove non-existent locals.scm reference from tree-sitter.json Remove queries/locals.scm from locals array as the file does not exist. Only queries/highlights.scm is present in the repository. --- tree-sitter.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/tree-sitter.json b/tree-sitter.json index 7b55153..03a280d 100644 --- a/tree-sitter.json +++ b/tree-sitter.json @@ -11,9 +11,6 @@ "highlights": [ "queries/highlights.scm" ], - "locals": [ - "queries/locals.scm" - ], "injection-regex": "shellspec" } ],