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

Nix lexer breaks if singlequote is inside singlequote block. #1793

Closed
domenkozar opened this issue May 6, 2021 · 2 comments · Fixed by #2289
Closed

Nix lexer breaks if singlequote is inside singlequote block. #1793

domenkozar opened this issue May 6, 2021 · 2 comments · Fixed by #2289
Labels
A-lexing area: changes to individual lexers good first issue Good for newcomers help wanted Community help appreciated!

Comments

@domenkozar
Copy link
Contributor

domenkozar commented May 6, 2021

For example:

'' foo ' bar ''
@Anteru Anteru added good first issue Good for newcomers help wanted Community help appreciated! A-lexing area: changes to individual lexers labels May 7, 2021
@ncfavier
Copy link
Contributor

Example in the wild: https://nixos-mailserver.readthedocs.io/en/latest/add-roundcube.html should have highlighting, but doesn't because it fails to lex.

@ncfavier
Copy link
Contributor

ncfavier commented Dec 1, 2022

Fixed by #2289

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-lexing area: changes to individual lexers good first issue Good for newcomers help wanted Community help appreciated!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants