From 0187ea4d3a65c3961923e134adb34fc6d04592f8 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 27 Feb 2019 14:14:10 -0500 Subject: Add type and ulimit shell keywords --- bin/hi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/hi.c') 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 }, -- cgit 1.4.1