ucsf-web-services / ucsf_webedit

GNU General Public License v2.0
3 stars 5 forks source link

syntax highlighting support #23

Open stopfstedt opened 9 years ago

stopfstedt commented 9 years ago

The Syntax Highlighter module seems to be the way to go.

Pre-requisite: the webedit text formats need to allow <pre> tags, see #22.

The idea would be to check whether syntax filter is enabled within webedit, and then auto-apply that filter. ucsf_webedit_process_filters() would be the place to build this into.

stopfstedt commented 9 years ago

@erykmynn okely?