components/prism-less.js


Log

Author Commit Date CI Message
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 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
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 80d82604 2015-08-26T08:51:12 Less: Remove useless part in property regexp
Andreas Larsen 8417aff1 2015-04-10T23:40:29 Fixes same empty // comment error as in clike
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