Add template literal string highlighting to typescript (#2525)

This commit is contained in:
Mishanya
2022-08-22 09:52:47 +03:00
committed by GitHub
parent e7bdcb093b
commit 3dcd01f8b8

View File

@@ -41,4 +41,9 @@ rules:
skip: "\\\\."
rules:
- constant.specialChar: "\\\\."
- constant.string:
start: "`"
end: "`"
rules:
- constant.specialChar: "\\\\."
- identifier: "\\x24\\{.*?\\}"