components/prism-smarty.js


Log

Author Commit Date CI Message
Michael Schmidt fd20dbe4 2021-05-01T14:53:38 ESLint: Added spacing rules (#2862)
Michael Schmidt 9cae4461 2021-04-17T22:26:40 ESLint: Added quotes rule (#2835)
Michael Schmidt e644178b 2020-12-28T18:19:11 Added test for polynomial backtracking (#2597)
Michael Schmidt bc49c361 2019-01-24T12:51:18 Removed useless `insertBefore` call in Smarty (#1677) Removes a call to `insertBefore` which has no effect in Smarty.
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 e169be9b 2017-10-22T15:26:54 Smarty: Regexp optimisation and simplification
Andreas Rohner 5df26e23 2017-05-13T09:57:11 Check for possible pre-existing marker strings in Smarty
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 14467005 2015-08-31T20:56:26 Smarty: Optimized regexps + fixed punctuation and operators
Golmote b1fd5bdc 2015-03-10T08:27:53 Removed unused global flag in all grammars
Golmote 77815a15 2015-01-07T01:04:18 Added Smarty and ActionScript examples
Golmote 0f9da40b 2014-12-15T20:03:39 Add Smarty language