components/prism-coffeescript.js


Log

Author Commit Date CI Message
Golmote cb6b8242 2015-07-12T08:38:38 CoffeeScript: prevent strings from ending with a backslash.
Golmote b1fd5bdc 2015-03-10T08:27:53 Removed unused global flag in all grammars
Golmote af315b7c 2014-12-11T23:15:18 Use spaces for alignments
Golmote 3599113b 2014-12-11T22:35:53 Coffeescript refiew and improvements
Golmote 3aa77a38 2014-12-11T20:16:17 Improved CoffeeScript keywords based on the documentation. Fixes #389
Andreas Rohner 1724e7a1 2014-08-11T08:26:48 Use the new array syntax for clike and coffeescript This patch uses the new array syntax for the `clike` language and for `coffeescript`. For `clike` it fixes a minor bug, whereby The character immediately in front of a single line comment is highlighted as a comment as well. something// something This is because both definitions for single and multiline comments have to be matched with a single regex and the `lookbehind` parameter can only be applied to the first captured string. For `coffeescript` the previously used `block-comment` token name is no longer necessary.
Miles Johnson 5f2d004c 2013-05-14T12:05:57 Added min files
Miles Johnson 15c80635 2013-05-14T12:03:58 Added class-name to clike Added PHP support
Rose 92bede23 2013-01-27T19:47:43 Reorganized code
Rose 2fd39c7e 2013-01-26T21:22:09 Add coffeescript syntax hilighters