From 7a211e3285b8183c13f26fc3778253cf81605072 Mon Sep 17 00:00:00 2001 From: Max Weber Date: Fri, 11 Aug 2023 17:05:39 -0600 Subject: [PATCH] support substitution elements (${}) --- syntaxes/glsl-literal.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/syntaxes/glsl-literal.json b/syntaxes/glsl-literal.json index 3e1d489..2dad38e 100644 --- a/syntaxes/glsl-literal.json +++ b/syntaxes/glsl-literal.json @@ -26,6 +26,9 @@ } }, "patterns": [ + { + "include": "source.js#template-substitution-element" + }, { "include": "source.glsl" }