Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: added @import support to Lesscss #2611

Closed
wants to merge 1 commit into from

Conversation

tahamukhtar20
Copy link

@tahamukhtar20 tahamukhtar20 commented Dec 12, 2023

Copy link
Contributor

@jeanas jeanas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As it is, there is no way that this rule can get used since it comes just after (r'@\w+', Name.Variable) which is also going to match @import.

Please fix this, and also add a test (see https://pygments.org/docs/lexerdevelopment/#how-to-test-your-lexer).

@jeanas jeanas added the update needed Waiting for an update from the PR/issue creator label Dec 23, 2023
@tahamukhtar20 tahamukhtar20 closed this by deleting the head repository May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
update needed Waiting for an update from the PR/issue creator
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix LESS syntax highlighting LESS lexer marks @import within selector as invalid
2 participants