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

improve string tokenization #234

Merged
merged 1 commit into from
Jan 13, 2021
Merged

improve string tokenization #234

merged 1 commit into from
Jan 13, 2021

Conversation

pfitzseb
Copy link
Collaborator

  • add support for var"..." and var"""..."""
  • add support for multi-backtick strings
  • add support for cmd macros (foo`` and fooasd)
  • fix symbol tokenization in combination with string macros and ranges

Fixes julia-vscode/julia-vscode#1855.

- add support for var"..." and var"""..."""
- add support for multi-backtick strings
- add support for cmd macros (foo`` and foo```asd```)
- fix symbol tokenization in combination with string macros and ranges
@pfitzseb pfitzseb merged commit 6238e2f into master Jan 13, 2021
@pfitzseb pfitzseb deleted the sp/betterstringtokenization branch January 13, 2021 10:24
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.

var"..." has wrong highlights
1 participant