1
Fork 0
mirror of https://github.com/Steffo99/steffula-code.git synced 2024-11-21 18:44:19 +00:00

Add jinja support

This commit is contained in:
Steffo 2022-03-10 16:38:40 +01:00
parent 4415986147
commit f6c1708800
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -498,6 +498,7 @@
"scope": [
"constant.character.format.placeholder",
"entity.name.tag.mustache",
"entity.other.jinja.delimiter",
],
"settings": {
"foreground": "#86ffff",
@ -508,9 +509,20 @@
"scope": [
"storage.type.format",
"storage.type.string.python",
"keyword.control.jinja",
],
"settings": {
"foreground": "#597aff",
"fontStyle": "bold"
}
},
{
"name": "Format variables",
"scope": [
"variable.other.jinja",
],
"settings": {
"foreground": "#8fa5ff",
}
},
{