[html] update html grammar & tests

This commit is contained in:
Martin Aeschlimann 2016-09-14 11:09:24 +02:00
parent daad014a6f
commit fa30ab77ef
2 changed files with 663 additions and 432 deletions

View file

@ -352,7 +352,7 @@
"name": "punctuation.definition.entity.html"
}
},
"match": "(&)([a-zA-Z0-9]+|#[0-9]+|#x[0-9a-fA-F]+)(;)",
"match": "(&)([a-zA-Z0-9]+|#[0-9]+|#[xX][0-9a-fA-F]+)(;)",
"name": "constant.character.entity.html"
},
{
@ -549,5 +549,5 @@
},
"scopeName": "text.html.basic",
"uuid": "17994EC8-6B1D-11D9-AC3A-000D93589AF6",
"version": "https://github.com/textmate/html.tmbundle/commit/d1231e3da1c22d3a5310223881b89c311aec9f04"
"version": "https://github.com/textmate/html.tmbundle/commit/9f812c89f4990a98391701caa77824c94860538f"
}

File diff suppressed because it is too large Load diff