dotfiles/vscode/.vscode/extensions/batisteo.vscode-django-1.15.0/syntaxes/django-txt.toml
Errol Sancaktar ff17c17e23 vscode
2024-06-14 09:31:58 -06: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"