textmate / coffee-script.tmbundle

A TextMate Bundle for CoffeeScript
MIT License
5 stars 11 forks source link

add if main snippet to Constructs submenu with ifmain tab trigger #6

Closed msmiley closed 9 years ago

msmiley commented 9 years ago

creates:

main = ->
  # body...
do main if require.main is module
infininight commented 9 years ago

A scope for the snippet was missing, added that and pulled as 2697608ec67bc8bc3820d2f65d4b3f98e63d789e.