yoya / js2-mode

Automatically exported from code.google.com/p/js2-mode
0 stars 0 forks source link

parse and highlight e4x literals #53

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
We currently use Rhino's approach to parsing E4X XML-initializer
expressions - we just gobble them up as strings and js expressions.

Should make an attempt to parse them into their component tags, text nodes,
attributes, cdata sections, PIs, etc., and highlight them appropriately.

Original issue reported on code.google.com by steve.ye...@gmail.com on 19 Apr 2008 at 9:46