codemirror / CodeMirror-v1

An editable-iframe based code editor in JavaScript. See https://github.com/marijnh/CodeMirror for the currently maintained version
http://codemirror.net/
Other
362 stars 63 forks source link

Parser triggers #20

Closed willmoffat closed 14 years ago

willmoffat commented 14 years ago

Hi Marijn,

I'm trying to make parsehtmlmixed.js more generic so that you can specify which tags trigger which parsers. Ideally I wouldn't have to write a top level parser at all, just pass parsehtmlmixed a config object.

What do you think of this patch? I'm happy to work on it if you have feedback.

cheers, --Will

PS Nice work on the js1k :-)

marijnh commented 14 years ago

I like the idea! Seems to work, too. Pushed.