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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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