solorice/vscodium/extensions/batisteo.vscode-django-1.10.0/syntaxes/django-txt.toml
2022-04-28 21:17:01 +03:00

19 lines
324 B
TOML

name = "Django txt"
scopeName = "text.django"
fileTypes = ["txt"]
repositories = [
"django-stuff",
"django-template-filter",
"django-template-tag-contrib",
"django-template-tag",
"string-double-quoted",
"string-single-quoted",
"entities",
]
[repository]
[[patterns]]
include = "#django-stuff"