mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-21 18:44:19 +00:00
Format HTML entities as "String escapes"
This commit is contained in:
parent
1b1971fa82
commit
17d55944d9
1 changed files with 2 additions and 0 deletions
|
@ -504,6 +504,8 @@
|
||||||
"name": "String escape",
|
"name": "String escape",
|
||||||
"scope": [
|
"scope": [
|
||||||
"constant.character.escape",
|
"constant.character.escape",
|
||||||
|
"punctuation.definition.entity",
|
||||||
|
"constant.character.entity",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#a5c261",
|
"foreground": "#a5c261",
|
||||||
|
|
Loading…
Reference in a new issue