-
Notifications
You must be signed in to change notification settings - Fork 26
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 new nushell def --env
def --wrapped
syntax
#158
Comments
I have some question:
|
Right now, there are only
I think one rule is fine for the highlighter, if that's easier. If two rules is easier, do that.
I don't understand this question. |
Ok so I will implement those two only. If necessary in the future we can change for some more easily.
It's easier to make one rule. I will do so 👍
Is it planned that we use def with more than one flag at a time. |
I'd guess that |
closed by #160 |
Kubouch introduced some new syntax in PR10566. We need to support this syntax in the extension.
Old Env Syntax
New Env Syntax
or (I don't think the order matters)
Old Wrapped Syntax
New Wrapped Syntax
or (I don't think the order matters)
@glcraft Are you interested in helping with this one too?
The text was updated successfully, but these errors were encountered: