From a3ef3d8e73515b196d30adf9ee5115f057f7a2c6 Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Mon, 22 Jan 2024 06:28:07 +0100 Subject: [PATCH] fix paths for the tree-sitter cli --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c77f0a3..87dde9d 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,9 @@ "scope": "source.templ", "file-types": [ "templ" - ] + ], + "highlights": "queries/templ/highlights.scm", + "injections": "queries/templ/injections.scm" } ] }