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 regex highlight with "<" #226

Merged
merged 1 commit into from
Mar 25, 2022

Conversation

tiagoefmoraes
Copy link
Contributor

@tiagoefmoraes tiagoefmoraes commented Jan 29, 2022

Regex sigils with the delimiters ", ', < and heredoc """ and ''' that have the character < don't close correctly and leak to the code after the regex.

Gist with the code

Before After
before after

@tiagoefmoraes tiagoefmoraes changed the title fix regex highlight fix regex highlight with "<" Jan 29, 2022
@lukaszsamson lukaszsamson merged commit bc396b3 into elixir-lsp:master Mar 25, 2022
@tiagoefmoraes tiagoefmoraes deleted the regex_highlight branch March 25, 2022 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants