Skip to content

Commit fa30ab7

Browse files
committed
[html] update html grammar & tests
1 parent daad014 commit fa30ab7

2 files changed

Lines changed: 663 additions & 432 deletions

File tree

extensions/html/syntaxes/html.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@
352352
"name": "punctuation.definition.entity.html"
353353
}
354354
},
355-
"match": "(&)([a-zA-Z0-9]+|#[0-9]+|#x[0-9a-fA-F]+)(;)",
355+
"match": "(&)([a-zA-Z0-9]+|#[0-9]+|#[xX][0-9a-fA-F]+)(;)",
356356
"name": "constant.character.entity.html"
357357
},
358358
{
@@ -549,5 +549,5 @@
549549
},
550550
"scopeName": "text.html.basic",
551551
"uuid": "17994EC8-6B1D-11D9-AC3A-000D93589AF6",
552-
"version": "https://github.com/textmate/html.tmbundle/commit/d1231e3da1c22d3a5310223881b89c311aec9f04"
552+
"version": "https://github.com/textmate/html.tmbundle/commit/9f812c89f4990a98391701caa77824c94860538f"
553553
}

0 commit comments

Comments
 (0)