-
Notifications
You must be signed in to change notification settings - Fork 81
Complicated regex in ValidatePattern breaks the grammar #132
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
Comments
Yes, this is the right place. On Fri, Feb 12, 2016 at 6:07 AM, Bryan Childs [email protected]
|
Oh, apparently another comment was removed |
@godeater this is the right place :) |
I removed the comment I put earlier as I found that the new grammar I had, although it didn't wreck the syntax highlighting through the rest of the buffer as the current one does, now only highlights on the first "variable=value" in a [Parameter( block. |
Go ahead and fix it properly if you want to. Definitely doesn't make sense to pull it in yet if it breaks other highlighting. |
This regex became pretty complicated, good luck. |
@godeater send a PR with a reference to this issue, we can take a look together. It always takes few hours to switch context to tmLanguage syntax, but I feel there were no releases for quite some time and GitHub's highlighting is out-of-date. |
I've sent a pull request, but not sure if I've done it right or not. |
I presume the decision was taken that this wasn't good enough? |
Was this ever resolved? I seem to be having the same issue at present and it's making it difficult to switch to atom for powershell. |
The plan was to move highlighting development to https://github.com/PowerShell/EditorSyntax but it stalled a little bit too. |
Thanks for the update. Seems there are a few bugs related to syntax highlighting in there. I'll see how they're progressing. |
The text was updated successfully, but these errors were encountered: