├── changelog.md ├── coffee_script.lang ├── install.sh ├── literate_coffee_script.lang ├── readme.md ├── rubycius-mod.xml └── test.coffee /changelog.md: -------------------------------------------------------------------------------- 1 | 2 | 1.0.4 / 2013-02-25 3 | ================== 4 | 5 | * updated; relaxed the strict character requirements for function parameters 6 | * updated; readme to GTK3 as default 7 | * added; right margin property 8 | * added; recognize litcoffee file types #27 9 | * added; IcedCoffeescript keywords 10 | 11 | 1.0.3 / 2012-02-20 12 | ================== 13 | 14 | * fixed; Inline multi-line comments not correct GH #21 15 | * fixed; Regex bug Fixes #17 16 | * added; *.coffee.erb as valid CS file Fixes #20 17 | 18 | 1.0.2 / 2011-11-07 19 | ================== 20 | 21 | * FIXME illegible -> #16 22 | * Add extensionless Cakefile to globs 23 | * Recognize destructuring assignment in function arguments 24 | 25 | 1.0.1 / 2011-08-24 26 | ================== 27 | 28 | * updated fn application to support -> #13 29 | 30 | 1.0.0 / 2011-08-05 31 | ================== 32 | 33 | * big version bump (stable release) 34 | * use new screenshot 35 | * updated to add gtk3 instructions for theme 36 | * bumped up contrast for line numbers #5 37 | -------------------------------------------------------------------------------- /coffee_script.lang: -------------------------------------------------------------------------------- 1 | 2 | 23 | 24 | 25 | application/coffeescript;text/coffeescript;application/cakefile;text/cakefile;application/icedcoffeescript;text/icedcoffeescript 26 | *.coffee;Cakefile;*.Cakefile;*.coffee.erb;*.iced;*.iced.erb 27 | # 28 | ### 29 | ### 30 | 31 | 32 | 33 |