kjelsrud.dev/node_modules/shiki/languages/jinja-html.tmLanguage.json
2023-07-19 21:31:30 +02:00

16 lines
545 B
JSON

{
"name": "jinja-html",
"scopeName": "text.html.jinja",
"comment": "Jinja HTML Templates",
"firstLineMatch": "^{% extends [\"'][^\"']+[\"'] %}",
"foldingStartMarker": "(<(?i:(head|table|tr|div|style|script|ul|ol|form|dl))\\b.*?>|{%\\s*(block|filter|for|if|macro|raw))",
"foldingStopMarker": "(</(?i:(head|table|tr|div|style|script|ul|ol|form|dl))\\b.*?>|{%\\s*(endblock|endfilter|endfor|endif|endmacro|endraw)\\s*%})",
"patterns": [
{
"include": "source.jinja"
},
{
"include": "text.html.basic"
}
]
}