Better-Less icon indicating copy to clipboard operation
Better-Less copied to clipboard

Cross-compatible syntax highlighting for Less

Results 23 Better-Less issues
Sort by recently updated
recently updated
newest added

I'm using Default Dark Modern Themes in Visual Studio --- highlight is broken by `var` because of adding fallback value.

bug
missing scope

Please select any editor that you're experiencing this issue in. - Visual Studio Code 1.86.1 Please provide the name/repo of the color scheme package you're using: - Light+ --- Certain...

missing scope

Fixes #28. Before: ![image](https://github.com/radium-v/Better-Less/assets/863023/a3ceb82f-3978-4208-ba80-19caaac33ce6) After: ![image](https://github.com/radium-v/Better-Less/assets/863023/64896cf0-803f-40e9-9ecd-0c4cb20144c3)

Adds support for logical properties and values: | Properties | Before | After | | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ | ---------------------------------------------------------------------------------------------------- | | `block-size`, `inline-size`, `max-block-size`, `max-inline-size`, `min-block-size`, `min-inline-size` | ![Pasted...

Since the package ecosystem is fragmented, I'm considering changing the base scope and the scopes of CSS-specific matches to improve compatibility with other packages and color schemes already in the...

The terminator at the end of a `@charset` line doesn't get scoped. Expected: ```less @charset "UTF-8"; // ^ punctuation.terminator.rule.less ``` ![image](https://github.com/radium-v/Better-Less/assets/863023/5f81621a-7f3a-4b18-8cf8-ee4efa2fa447)

missing scope

Hello 👋 I'm a developer on VS Code and I'm looking for a grammar to replace https://github.com/atom/language-less as the default Less grammar in VS Code (https://github.com/microsoft/vscode/issues/171239). @radium-v, do you have...

Sublime Text 3 has really nice variables for things like `{ident}`. This could be solved by transforming the file before outputting to the various formats.