components/prism-handlebars.min.js

Branch


Log

Author Commit Date CI Message
Michael Schmidt cb5229af 2022-04-01T23:03:56 Handlebars: Added Mustache alias (#3422)
Michael Schmidt 11c54624 2022-03-22T22:32:52 Use terser (#3407)
Michael Schmidt 3c61c8f7 2021-10-14T14:01:11 ESLint: Added `regexp/no-useless-flag` rule (#3150)
Michael Schmidt e2630d89 2021-09-26T11:52:18 ESLint: Added `regexp/sort-alternatives` rule (#3093)
Michael Schmidt 43976351 2021-05-04T19:00:33 Handlebars: Added `hbs` alias (#2874)
Michael Schmidt e644178b 2020-12-28T18:19:11 Added test for polynomial backtracking (#2597)
Alex Kanunnikov ef4d29d9 2020-01-11T02:05:37 Handlebars: Added support for `:` and improved the `variable` pattern (#2172) This adds support for `:` as punctuation and removes the `.` from the list of allowed characters in the `variable` pattern as it is impossible to match because of the `punctuation` pattern.
Michael Schmidt 3e00bb9c 2019-03-07T15:22:30 Rebuilt Prism (#1794) This is a rebuilt of Prism to update minified files.
Golmote 5f9c078a 2018-03-25T13:46:42 Make ERB, Handlebars, PHP and Smarty highlight properly in NodeJS (#1367)
Golmote 12c0b20a 2018-03-08T22:19:01 Decouple minus sign from number pattern in most languages. Close #1110
Golmote 09dbfce5 2017-10-22T14:41:27 Handlebars: Regexp optimisation + don't use captures if not needed
Andreas Rohner 7a1a4042 2017-05-13T09:45:45 Check for possible pre-existing marker strings in Handlebars
Golmote 65cbaa95 2017-05-08T13:27:57 Run gulp after #1107
Golmote 86aa3d21 2016-09-01T23:43:11 Revert #998 + run normalize-whitespace and remove-initial-line-feed plugins in the before-sanity-check hook. Fix #1018 (see issue for discussion)
Golmote d8fefde6 2016-07-12T09:09:52 Don't restore env.code from backupCode in Handlebars, PHP and Smarty components
Golmote 895bf46b 2015-09-20T16:25:21 Properly escape special replacement patterns ($) in Handlebars, PHP and Smarty. Fix #772
Golmote c477f9ab 2015-08-23T13:52:11 Handlebars: Fix empty strings, add plus sign in exponential notation, improve block pattern and variable pattern.
Jannik Zschiesche 67b89eaf 2015-06-01T18:45:17 Handlebars: support blocks with dashes
Golmote b1fd5bdc 2015-03-10T08:27:53 Removed unused global flag in all grammars
Golmote d9da5f9b 2015-01-04T17:02:43 Run gulp tasks
Golmote ee2d874f 2014-12-20T20:25:11 Updated minified file
Golmote 86b4d4df 2014-12-20T14:21:28 Run gulp tasks
Golmote 74b15765 2014-12-15T21:25:48 Move comments at the top of the grammar so they can surround markup
Golmote c98b3c04 2014-12-15T00:10:11 Keep grammar accessible and be a bit more DRY
Golmote 4a81e9d3 2014-12-14T23:59:57 Rewrote Handlebars for better intergration with markup, css, js
Golmote 714b6a5a 2014-12-13T09:43:24 Removed test code...
Golmote 2932a422 2014-12-09T18:54:22 Minified Handlebars file is not up to date with original
Golmote c272a04a 2014-12-08T23:04:02 Added Handlebars language