components/prism-less.min.js

Branch


Log

Author Commit Date CI Message
Michael Schmidt 3c61c8f7 2021-10-14T14:01:11 ESLint: Added `regexp/no-useless-flag` rule (#3150)
Michael Schmidt e644178b 2020-12-28T18:19:11 Added test for polynomial backtracking (#2597)
Michael Schmidt d03d19b4 2019-08-29T16:22:03 Less: Fixed exponential backtracking (#2016) This fixes the exponential backtracking in 2 of Less' patterns.
Michael Schmidt c988936b 2018-12-01T19:46:13 Resolved merge conflict
Michael Schmidt 86d31793 2018-12-01T18:58:10 Remove useless insertBefore in LESS (#1629) Remove an `insertBefore` call which was intended to swap the order of `punctuation` and `function`. But as `function` is already before `punctuation` (in [CSS](https://github.com/PrismJS/prism/blob/master/components/prism-css.js#L18)), it doesn't do anything.
Michael Schmidt 7ea2ff28 2018-11-24T10:54:26 Added the comma to the list of CSS punctuation
Golmote 65cbaa95 2017-05-08T13:27:57 Run gulp after #1107
Golmote 80d82604 2015-08-26T08:51:12 Less: Remove useless part in property regexp
Golmote 534f34cd 2015-05-23T10:26:08 Run gulp task
Andreas Larsen 0c30a043 2015-04-10T23:41:20 Same as #566 - just the minified file
Golmote b1fd5bdc 2015-03-10T08:27:53 Removed unused global flag in all grammars
Golmote 72c40031 2014-12-14T18:46:15 Removed useless comment and reformatted Less component
Golmote 1aed42eb 2014-12-14T18:42:43 Add Less language
Golmote 1bc55bdd 2014-12-14T18:46:15 Removed useless comment and reformatted Less component
Golmote ea170578 2014-12-14T18:42:43 Add Less language