components/prism-coffeescript.min.js


Log

Author Commit Date CI Message
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
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 86b4d4df 2014-12-20T14:21:28 Run gulp tasks
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 e348e602 2014-08-12T12:11:31 Add auto generated files
Ben Briggs 7cfd29a9 2014-05-26T11:20:55 Rebuild minified files.
Miles Johnson 5f2d004c 2013-05-14T12:05:57 Added min files
Rose 92bede23 2013-01-27T19:47:43 Reorganized code
Rose 2fd39c7e 2013-01-26T21:22:09 Add coffeescript syntax hilighters