Separated cfscript to its own mode for editing pure cfcript files. ColdFusion mode references this for highlighting cfscript blocks. Changes to ColdFusion mode to support SQL highlighting via the Transact-SQL mode with support for ColdFusion tags within the SQL.
The cfscript mode was created using JavaScript as a basis while adding the appropriate keywords.
Both the cfscript and ColdFusion modes are set in catalog to handle *.cfc, but ColdFusion will default since it appears later in the file. Since this may be changed by user preferences, it's not an issue. Some people may prefer to edit their CFCs in the tagged syntax, while others use cfscript.
http://jedit.9.n6.nabble.com/jEdit-users-ColdFusion-Syntax-Highlighting-tp4886974p4886974.html
I would like to apply your patch but there are some problems, the coldfusion.xml becomes invalid (the <mode> tag is closed several times), could you fix it so I can accept it ?
thanks
I'll re-patch and re-submit. I'm not sure how the extra mode tag got in there. I've made a couple minor changes to the keyword list since then anyway.
Updated patch.
Updated patch submitted.
Committed 21976. Thanks for your contribution. --alan