We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is nice stuff that can't be fit in lex_mode_e.ShCommand for compatibility
lex_mode_e.ShCommand
In Commands:
'''
c'\n'
$'\n'
&2 > &1
parse_amp
<< 'string'
$/ d+ /
///
Things to disable:
[[
((
Word Language:
$(( ))
$[ ]
${}
The text was updated successfully, but these errors were encountered:
It seems like we no longer need this, yay!
Sorry, something went wrong.
No branches or pull requests
This is nice stuff that can't be fit in
lex_mode_e.ShCommand
for compatibilityIn Commands:
'''
c'\n'
instead of$'\n'
&2 > &1
(parse_amp
)<< 'string'
instead$/ d+ /
inline eggex///
multiline eggex?Things to disable:
[[
((
Word Language:
$(( ))
? in favor of$[ ]
${}
except new stuffThe text was updated successfully, but these errors were encountered: