Skip to content

Handle delimiter pairs in adjacent quotes or comments #332

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

Open
pokey opened this issue Nov 24, 2021 · 0 comments
Open

Handle delimiter pairs in adjacent quotes or comments #332

pokey opened this issue Nov 24, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@pokey
Copy link
Member

pokey commented Nov 24, 2021

Can do so by having text-based implementation accept a list of text ranges. Then we could have the parse tree implementation proceed as follows when the cursor is in a string or comment:

  • walk up the tree, each time first trying all descendant strings before trying parse tree
@pokey pokey added the enhancement New feature or request label Nov 24, 2021
@pokey pokey mentioned this issue Nov 24, 2021
30 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant