components/prism-handlebars.js

Branch


Log

Author Commit Date CI Message
Michael Schmidt cb5229af 2022-04-01T23:03:56 Handlebars: Added Mustache alias (#3422)
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 fd20dbe4 2021-05-01T14:53:38 ESLint: Added spacing rules (#2862)
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.
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
Valtteri Laitinen 8aa2cc4a 2017-05-08T13:56:50 Replace [\w\W] with [\s\S] and [0-9] with \d in regexes (#1107) * Replace [\w\W] with [^] and [0-9] with \d in regexes * Replace [\s\S] with [^] * Replace [^] with [\s\S]
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
Vivek Kumar Bansal 4312042a 2015-01-04T20:52:56 make comment non-greedy
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 05129ed8 2014-12-09T07:54:52 Fix delimiters highlighting + highlight numbers and booleans
Golmote c272a04a 2014-12-08T23:04:02 Added Handlebars language