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

Escaped parentheses throw out regex in yaml. #11

Closed
SSlinky opened this issue Sep 11, 2022 · 8 comments
Closed

Escaped parentheses throw out regex in yaml. #11

SSlinky opened this issue Sep 11, 2022 · 8 comments

Comments

@SSlinky
Copy link

SSlinky commented Sep 11, 2022

image

@SSlinky
Copy link
Author

SSlinky commented Sep 11, 2022

You can work around this by using a comment to close the group.
image

@pedro-w
Copy link
Owner

pedro-w commented Sep 12, 2022

Hi Sam, thanks for this. Please can you explain a bit more about what you're doing and attach/link to the file that's causing problems?
Cheers!

@SSlinky
Copy link
Author

SSlinky commented Sep 12, 2022

The TM grammar for yaml is matching on escaped parentheses as if it's the beginning of a new group. Multiple examples in this file.

@pedro-w
Copy link
Owner

pedro-w commented Sep 19, 2022

I have pushed an update which I believe will address this. Are you able to test?

@SSlinky
Copy link
Author

SSlinky commented Sep 27, 2022

Looks to be resolved to me, thanks!

@pedro-w
Copy link
Owner

pedro-w commented Sep 27, 2022

Thanks for reporting!

Fixed by 0aa687c

@pedro-w pedro-w closed this as completed Sep 27, 2022
@pedro-w
Copy link
Owner

pedro-w commented Sep 28, 2022

@SSlinky did this fix your other issues #13 and #12 ?

@SSlinky
Copy link
Author

SSlinky commented Nov 2, 2022

No, neither of those issues appear to have been addressed.

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

No branches or pull requests

2 participants