fixed by changing CodeMirror to parse Aiki markup -- HTML tags following aiki php tags are incorrectly highlighted https://bugs.launchpad.net/bugs/682034 You received this bug notification because you are a member of Aiki Framework Admins, which is subscribed to aikiframework.
Status in Aiki Framework: Fix Released Bug description: The bulit-in code editor CodeMirror does not natively parse Aiki markup, which leads to incorrect syntax highlighting of HTML tags proceeding an Aiki <php .. php> tag. By way of example, in the following code snippet the terminal </div> will be highlighted in red as a tag mismatch because CodeMirror thinks that the <php> tag has not been closed. <div> <php $aiki->class->some_function( some_arg ); php> </div> Proposed fixes are either to change CodeMirror to parse Aiki markup, or change Aiki markup to parse correctly as HTML. _______________________________________________ Mailing list: https://launchpad.net/~aikiframework.admins Post to : aikiframework.admins@lists.launchpad.net Unsubscribe : https://launchpad.net/~aikiframework.admins More help : https://help.launchpad.net/ListHelp