Rare find

Coffee Mode. Text editor plugin that makes writing CoffeeScript code easier.

ozmm.org/posts/coffee_mode.html

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

September 2023
  • Fix links
  • Merge pull request #373 from defunkt/github-actions
  • Fix test for newer emacs
  • Switch from travis CI to github actions
March 2020
  • Merge pull request #363 from millerjs/fix-multiline-comments
  • Merge pull request #368 from kuanyui/master
  • Merge pull request #370 from AdamNiederer/patch-1
May 2018
  • Highlight "as" and "from" as keywords
March 2018
  • Operators should be not part of a symbol.
  • '=' should be not part of a symbol.
April 2017
  • invalidate block-comment start after ####
March 2017
  • Improve Makefile for testing macOS
  • Add test of string interporation in comment
  • Merge pull request #361 from Wilfred/interpolation_in_comments
  • Don't highlight string interpolation in comments.
  • Update test
  • Merge pull request #360 from Wilfred/keyword_highlighting
  • Constants and keywords should take precedence over assignment
  • `package` is a reserved word in coffeescript
February 2017
  • Remove needless provide statement