components/prism-scss.js


Log

Author Commit Date CI Message
Golmote c60b7d4e 2017-10-22T15:26:01 SCSS: Regexp simplification
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 8f5f1fa9 2016-07-07T09:13:47 SCSS: Highlight parent selector
Golmote d6b5c2f0 2016-07-07T09:01:32 SCSS: Highlight variables inside selectors and properties.
Golmote fd09391e 2016-07-05T19:10:41 SCSS: Alias statement as keyword. Fix #246
Golmote 672c167a 2015-08-30T22:52:00 Scss: Simplified patterns + fixed operators + don't match empty selectors
Golmote 4e42e260 2015-07-11T19:11:45 SCSS: Match placeholders inside selectors + alias other placeholders as selectors (fix #238)
Golmote e2540889 2015-07-08T19:32:10 CSS: Improve atrules
Golmote eef42485 2015-07-08T19:24:19 SCSS: Highlight everything inside atrules
Golmote bf8e0326 2015-07-08T09:10:59 Fix SCSS media queries
Logan Franken 9391e09c 2015-07-07T23:22:09 Added regex rule to capture media query media types and logical operators in SCSS language
Golmote b1fd5bdc 2015-03-10T08:27:53 Removed unused global flag in all grammars
Golmote 9487b5be 2015-01-09T08:11:21 Removed unneeded escapes in RegExps, added some semicolons
Golmote 6531900c 2015-01-03T11:13:51 Fix SCSS highlighting after removal of the "ignore" pattern in CSS
Lea Verou d44312b6 2014-05-24T14:25:49 Converted the CSS, SCSS and JS grammars according to #258
Lea Verou 00d50c01 2014-04-21T11:48:24 Fixed #236
Maxime Thirouin 2de58b05 2013-03-18T07:35:52 Fixes some Sass issues Close #73, close #79
Maxime Thirouin edbadbe0 2013-02-02T07:29:07 Add Sass (scss) support