js3-mode
js3-mode copied to clipboard
Adding new functions to JS3 imenu
Hi... I use Js3-mode and html-mode for managaing coldfusion code that has both script notation as well as
function foo() { } <cffunction name="foo">
Is there a method using RegExps for populating js3's IM-Javascript-IDE Imenu list with additional function names based from functions written in the style
Thanks