language-less
language-less copied to clipboard
Less package for Atom
regex copied from language-css https://github.com/atom/language-css/blob/master/grammars/css.cson#L1383-L1387 cheers!
```less .markdown-preview[data-use-github-style] { .markdown-body(); // comment this out to fix everything padding: 30px; // padding is property-value font-size: 16px; // entity.name.tag.custom color: #333; // support.type.property-name.media background-color: #fff; // entity.name.tag.custom overflow:...
From https://github.com/Microsoft/vscode/issues/35300 Try the following code sample in Atom or VSCode: ```less @charset "UTF-8"; @keyframes fadeIn { } @page :first { margin: 1in; } @supports (display:flex) { } @namespace url(jttp://www.w3.org/1999/xhtml);...
It would be great if both these classes were the same color to stay consistent with class coloring syntax. It becomes confusing as the modifier class is the same color...
Taken from the autocomplete-css specs: ``` less .some-class { .a:pseudo } ``` The `:` is treated as the key value separator and `pseudo` as the property value.