]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/typescript.yaml
Add template literal string highlighting to typescript (#2525)
[micro.git] / runtime / syntax / typescript.yaml
index d3c84f39eb1f8d3fbd864a5ce25a8293150d294d..a39fcc67c412e372a12f3de512e2872037f09e95 100644 (file)
@@ -41,4 +41,9 @@ rules:
         skip: "\\\\."
         rules:
             - constant.specialChar: "\\\\."
-    
+    - constant.string:
+        start: "`"
+        end: "`"
+        rules:
+            - constant.specialChar: "\\\\."
+            - identifier: "\\x24\\{.*?\\}"