js3-mode icon indicating copy to clipboard operation
js3-mode copied to clipboard

Adding new functions to JS3 imenu

Open cuppa-t-lager opened this issue 6 years ago • 0 comments

Hi... I use Js3-mode and html-mode for managaing coldfusion code that has both script notation as well as notation styles when writing functions.

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

cuppa-t-lager avatar Nov 29 '17 11:11 cuppa-t-lager