dotfiles/vscode/.vscode/extensions/batisteo.vscode-django-1.15.0/syntaxes/repositories/entities.toml
2024-08-19 17:03:43 -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"