-
Notifications
You must be signed in to change notification settings - Fork 81
New syntax def #127
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
New syntax def #127
Conversation
@@ -522,7 +522,7 @@ | |||
<key>function</key> | |||
<dict> | |||
<key>begin</key> | |||
<string>((?i:function|filter|configuration|workflow))\s+((?:\p{L}|\d|_|-|\.)+)</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Filter belongs here, I believe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've messed this up. This change wasn't supposed to end up here. I'll try to fix it later.
BTW, I'm making up the scope names as I go. If anyone has better ideas, please chip in! |
This PR adds a syntax def for PS in the new .sublime-syntax format.
Advantages:
Currently working on
Maybe later / You take it