mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-21 10:34:21 +00:00
Add nunjucks support
This commit is contained in:
parent
b1f21a1610
commit
9685bde707
1 changed files with 4 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue