CoffeeScript — langbanklangbank / languages /
CoffeeScript
- detection recognise a file as this language
- comments strip comments without parsing
- facets know it hosts components or styles
- conventions find its tests and fixtures
- toolchain name a tool that handles it
- compiler build or run it
- analyser lint or format it
- ecosystem resolve its packages
- id
coffeescript- role
- programming
- extensions
._coffee .cake .cjsx .coffee .iced- filenames
Cakefile- shebangs
coffee- line comment
#- block comment
### … ###- shares
.cake with C#