components/prism-coffeescript.js

Branch


Log

Author Commit Date CI Message
Michael Schmidt 74edb4e5 2021-05-14T12:40:12 ESLint: Added indent rule (#2881)
Michael Schmidt fd20dbe4 2021-05-01T14:53:38 ESLint: Added spacing rules (#2862)
Michael Schmidt 772d42be 2021-03-26T13:16:16 Added ESLint with minimal config (#2831)
Michael Schmidt 0a3932fe 2020-12-30T17:43:57 C-like: Made all comments greedy (#2680)
Masafumi Koba 0c8f6504 2018-12-03T04:37:20 Add file extensions support for major languages (#1478) This adds aliases for file extensions of some major languages. - `coffee` -> `coffeescript` - `md` -> `markdown` - `py` -> `python` - `rb` -> `ruby` - `yml` -> `yaml`
Golmote 918e0ffb 2017-10-22T14:22:18 CoffeeScript: Regexp optimisation + don't use captures if not needed
Golmote f047d6f6 2017-02-08T23:24:03 Remove some trailing commas
Andreas Rohner 1158e460 2016-06-03T11:34:01 Rearrange the `string` and `template-string` token in JavaScript It is more likely that single and double quotes appear in a template string, than backticks in a normal string. Fixes issue #963.
Andreas Rohner 964450e1 2016-04-30T13:35:01 Apply the new greedy flag to a few languages This patch applies the new greedy flag to a few languages and adds the corresponding test cases.
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