Fixed: AS3 hilight and edit XML based on CData or comment only

This commit is contained in:
Jindra Petřík
2021-03-13 09:24:45 +01:00
parent 8cbd4c4bbf
commit 65a8af4822
12 changed files with 896 additions and 767 deletions

View File

@@ -2241,6 +2241,8 @@ public class ActionScript3Parser {
break;
case XML_STARTTAG_BEGIN:
case XML_CDATA:
case XML_COMMENT:
lexer.pushback(s);
ret = xml(allOpenedNamespaces, thisType, pkg, needsActivation, importedClasses, openedNamespaces, registerVars, inFunction, inMethod, variables);
break;