We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daad014 commit fa30ab7Copy full SHA for fa30ab7
2 files changed
extensions/html/syntaxes/html.json
@@ -352,7 +352,7 @@
352
"name": "punctuation.definition.entity.html"
353
}
354
},
355
- "match": "(&)([a-zA-Z0-9]+|#[0-9]+|#x[0-9a-fA-F]+)(;)",
+ "match": "(&)([a-zA-Z0-9]+|#[0-9]+|#[xX][0-9a-fA-F]+)(;)",
356
"name": "constant.character.entity.html"
357
358
{
@@ -549,5 +549,5 @@
549
550
"scopeName": "text.html.basic",
551
"uuid": "17994EC8-6B1D-11D9-AC3A-000D93589AF6",
552
- "version": "https://github.com/textmate/html.tmbundle/commit/d1231e3da1c22d3a5310223881b89c311aec9f04"
+ "version": "https://github.com/textmate/html.tmbundle/commit/9f812c89f4990a98391701caa77824c94860538f"
553
0 commit comments