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

Ensure that adjacent variables are rendered in separate spans. #256

Merged
merged 3 commits into from
Sep 30, 2023

Conversation

brahma-dev
Copy link
Contributor

@brahma-dev brahma-dev commented Sep 29, 2023

Currently adjacent variables like {{var1}}{{var2}} are rendered by CM in one <span> because they had the same classname; and likewise considered as one token in apis like getTokenAt

Fixes: #113

@helloanoop helloanoop merged commit 3c4ef2f into usebruno:main Sep 30, 2023
1 check passed
@helloanoop
Copy link
Contributor

Great!

Codemirror issues are always difficult to debug.
Thanks for taking care of this @brahma-dev !

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.

tooltip on mouse hover over environment variable value does not work in case of more than 1 variable
2 participants