I remember back in my CodeWarrior days, it was possible to add entries to the code navigational menu using #pragma mark directives, which made it easy to organize your code file into sections visible in the menu.
Is there any such way to do this in BBEdit, specifically in JavaScript files?

