dotfiles/vscode/.vscode/extensions/batisteo.vscode-django-1.15.0/syntaxes/repositories/string-single-quoted.toml
2024-08-19 17:03:43 -06:00

14 lines
228 B
TOML

begin = "'"
end = "'"
name = "string.quoted.single.html"
[beginCaptures.0]
name = "punctuation.definition.string.begin.html"
[endCaptures.0]
name = "punctuation.definition.string.end.html"
[[patterns]]
include = "#entities"