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:
parent
4415986147
commit
f6c1708800
1 changed files with 12 additions and 0 deletions
|
@ -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",
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue