BBEdit-ApplicationSupport icon indicating copy to clipboard operation
BBEdit-ApplicationSupport copied to clipboard

Added function regex for (top level) coffeescript functions

Open rwilcox opened this issue 13 years ago • 0 comments

This commit lets (top level) coffeescript functions to show up on the function menu in BBEdit, and be folded.

By top level I mean "functions not within other functions". So given the following functions

circumference = (r) -> pi -> return 3.14 pi * (r^2)

We will match circumference, but NOT pi.

rwilcox avatar Feb 11 '12 18:02 rwilcox