From 1bbd33b0fe9d65e8020ed35e0ff5960529c2dfd0 Mon Sep 17 00:00:00 2001 From: Sergio Agosti Date: Fri, 24 Nov 2023 18:03:11 +0000 Subject: [PATCH 1/2] Restore support for html language --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22404c9..113f247 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "path": "./syntaxes/injection.json", "scopeName": "html.alpinejs.attribute", "injectTo": [ - "text.html.derivative", + "text.html", "text.html.php", "text.html.twig" ], From 107fc8eb3f4d1991c3802deacdd1ba9f510b9231 Mon Sep 17 00:00:00 2001 From: Sergio Agosti Date: Fri, 24 Nov 2023 18:04:37 +0000 Subject: [PATCH 2/2] Restore support for html language --- syntaxes/injection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntaxes/injection.json b/syntaxes/injection.json index 04d1ba2..d4deb06 100644 --- a/syntaxes/injection.json +++ b/syntaxes/injection.json @@ -1,6 +1,6 @@ { "scopeName": "html.alpinejs.attribute", - "injectionSelector": ["L:text.html.derivative", "L:text.html.php", "L:text.html.twig"], + "injectionSelector": ["L:text.html", "L:text.html.php", "L:text.html.twig"], "patterns": [ { "include": "#alpine-directives"