1
Fork 0
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:
Steffo 2022-06-06 03:18:44 +02:00
parent 1b1971fa82
commit 17d55944d9
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -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",