From 837f9db9f836dcf5780cfa3956e1f382bd648230 Mon Sep 17 00:00:00 2001 From: Pine Wu Date: Fri, 29 Dec 2023 06:04:38 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96:=20update=20grammars?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/shiki/languages/astro.tmLanguage.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/shiki/languages/astro.tmLanguage.json b/packages/shiki/languages/astro.tmLanguage.json index 96dfcf379..fd8a7ffab 100644 --- a/packages/shiki/languages/astro.tmLanguage.json +++ b/packages/shiki/languages/astro.tmLanguage.json @@ -509,6 +509,9 @@ "patterns": [ { "include": "source.tsx#template-substitution-element" + }, + { + "include": "source.tsx#string-character-escape" } ] }