diff options
author | June McEnroe <june@causal.agency> | 2019-02-27 14:14:10 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-02-27 14:14:10 -0500 |
commit | 0187ea4d3a65c3961923e134adb34fc6d04592f8 (patch) | |
tree | 4912f52445674261201d109fd93e2711085bf912 | |
parent | Fix make target pattern whitespace in hi (diff) | |
download | src-0187ea4d3a65c3961923e134adb34fc6d04592f8.tar.gz src-0187ea4d3a65c3961923e134adb34fc6d04592f8.zip |
Add type and ulimit shell keywords
-rw-r--r-- | bin/hi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hi.c b/bin/hi.c index 596cdfd9..a03b2dc9 100644 --- a/bin/hi.c +++ b/bin/hi.c @@ -230,7 +230,7 @@ static const struct Syntax ShSyntax[] = { { Keyword, .subexp = 2, .pattern = WB "(" "!|case|do|done|elif|else|esac|fi|for|if|in|then|until|while" "|" "alias|bg|cd|command|false|fc|fg|getopts|jobs|kill|newgrp|pwd|read" - "|" "true|umask|unalias|wait" + "|" "true|type|ulimit|umask|unalias|wait" "|" "[.:]|break|continue|eval|exec|exit|export|local|readonly|return" "|" "set|shift|times|trap|unset" ")" WB }, |