mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
19 lines
399 B
JSON
19 lines
399 B
JSON
{
|
|
"name": "jinja-yaml",
|
|
"scopeName": "text.yaml.jinja",
|
|
"comment": "Jinja Template Engine in YAML",
|
|
"fileTypes": [
|
|
"j2",
|
|
"yml",
|
|
"yaml"
|
|
],
|
|
"firstLineMatch": "^{% extends [\"'][^\"']+[\"'] %}",
|
|
"patterns": [
|
|
{
|
|
"include": "source.jinja"
|
|
},
|
|
{
|
|
"include": "source.yaml"
|
|
}
|
|
]
|
|
} |