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

add brackets.scm #7

Merged
merged 4 commits into from
Aug 7, 2024
Merged

add brackets.scm #7

merged 4 commits into from
Aug 7, 2024

Conversation

kylepritchard
Copy link
Contributor

Add highlighting of matching brackets. So used to it from other editors and would love it in V for zed

languages/v/brackets.scm Outdated Show resolved Hide resolved
kylepritchard and others added 2 commits August 7, 2024 19:55
Co-authored-by: lv <132778382+lv37@users.noreply.github.com>
Include interpolation
@kylepritchard
Copy link
Contributor Author

I agree with the back ticks, the quotes could be from multiline strings but they are easy to track.

Looking at the other langs and option for interpolation could be added?

(interpolation "#{" @OPEN "}" @close)

On my phone now so can't test properly or the effect (new to zed)

languages/v/brackets.scm Outdated Show resolved Hide resolved
Co-authored-by: lv <132778382+lv37@users.noreply.github.com>
@lv37 lv37 merged commit 555eb89 into lv37:main Aug 7, 2024
1 check passed
@lv37
Copy link
Owner

lv37 commented Aug 7, 2024

Thanks

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