summary refs log tree commit diff
path: root/bin/hi.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-02-27 14:14:10 -0500
committerJune McEnroe <june@causal.agency>2019-02-27 14:14:10 -0500
commit1925dc013d46584537d29c49def6627d4e017f39 (patch)
treedf969c2ea07ef779790a561f05d21b045a30736c /bin/hi.c
parentFix make target pattern whitespace in hi (diff)
downloadsrc-1925dc013d46584537d29c49def6627d4e017f39.tar.gz
src-1925dc013d46584537d29c49def6627d4e017f39.zip
Add type and ulimit shell keywords
Diffstat (limited to 'bin/hi.c')
-rw-r--r--bin/hi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hi.c b/bin/hi.c
index ea00c58c..68a50469 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 },