mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-19 13:51:02 +00:00
Add template literal string highlighting to typescript (#2525)
This commit is contained in:
parent
e7bdcb093b
commit
3dcd01f8b8
1 changed files with 6 additions and 1 deletions
|
|
@ -41,4 +41,9 @@ rules:
|
|||
skip: "\\\\."
|
||||
rules:
|
||||
- constant.specialChar: "\\\\."
|
||||
|
||||
- constant.string:
|
||||
start: "`"
|
||||
end: "`"
|
||||
rules:
|
||||
- constant.specialChar: "\\\\."
|
||||
- identifier: "\\x24\\{.*?\\}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue