tamzinblake / js3-mode

A chimeric fork of js2-mode and js-mode
GNU General Public License v3.0
181 stars 13 forks source link

Adding new functions to JS3 imenu #118

Open cuppa-t-lager opened 6 years ago

cuppa-t-lager commented 6 years ago

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