dotfiles/vscode/.vscode/extensions/batisteo.vscode-django-1.15.0/syntaxes/repositories/entities.toml
Errol Sancaktar ff17c17e23 vscode
2024-06-14 09:31:58 -06:00

13 lines
310 B
TOML

[[patterns]]
match = "(&)([a-zA-Z0-9]+|#[0-9]+|#x[0-9a-fA-F]+)(;)"
name = "constant.character.entity.html"
[patterns.captures.1]
name = "punctuation.definition.entity.html"
[patterns.captures.3]
name = "punctuation.definition.entity.html"
[[patterns]]
match = "&"
name = "invalid.illegal.bad-ampersand.html"