1
Fork 0
mirror of https://github.com/Steffo99/steffula-code.git synced 2024-10-16 09:37:28 +00:00

Add nunjucks support

This commit is contained in:
Steffo 2023-03-28 19:51:15 +02:00
parent b1f21a1610
commit 9685bde707
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -465,6 +465,8 @@
"entity.other.jinja.delimiter",
"meta.template-parameter.mediawiki",
"punctuation.definition.interpolation",
"entity.other.njk.delimiter",
"punctuation.other.njk",
],
"settings": {
"foreground": "#86ffff",
@ -479,6 +481,7 @@
"punctuation.definition.bold",
"punctuation.definition.italic",
"punctuation.definition.underline",
"keyword.control.njk",
],
"settings": {
"foreground": "#597aff",
@ -494,6 +497,7 @@
"markup.bold",
"markup.italic",
"markup.underline",
"variable.other.njk",
],
"settings": {
"foreground": "#8fa5ff",