You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Snippets: Highlight CDATA as self closing tag (#188)
Only the encapsulated content of a <![CDATA[ content ]]> tag
should be scoped as string. By scoping the beginning and the
end as ordinary xml tags the readability can be improved.
The content can better be distinguished from the enclosing tag.
The <![CDATA[ is parsed by the xml-parser and marks the start
of text to exclude from parsing up to the ]]> tag.
This commit implements the required changes to do so
and fixes a bug which causes the </content> tag after an illegal
second CDATA tag to be highlighted as illegal as well.
0 commit comments