Handle processing instructions

This commit is contained in:
Wilson Lin 2020-01-08 23:00:23 +11:00
commit da830939d7
8 changed files with 84 additions and 13 deletions

View file

@ -1,4 +1,5 @@
{
"COMMENT_END": "-->",
"CSS_COMMENT_END": "*/"
"CSS_COMMENT_END": "*/",
"INSTRUCTION_END": "?>"
}