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": [
|
"scope": [
|
||||||
"constant.character.format.placeholder",
|
"constant.character.format.placeholder",
|
||||||
"entity.name.tag.mustache",
|
"entity.name.tag.mustache",
|
||||||
|
"entity.other.jinja.delimiter",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#86ffff",
|
"foreground": "#86ffff",
|
||||||
|
@ -508,9 +509,20 @@
|
||||||
"scope": [
|
"scope": [
|
||||||
"storage.type.format",
|
"storage.type.format",
|
||||||
"storage.type.string.python",
|
"storage.type.string.python",
|
||||||
|
"keyword.control.jinja",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#597aff",
|
"foreground": "#597aff",
|
||||||
|
"fontStyle": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Format variables",
|
||||||
|
"scope": [
|
||||||
|
"variable.other.jinja",
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#8fa5ff",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue