Skip to content

Commit 816e0c8

Browse files
committed
Sh: update the kind description for "heredoc"
Signed-off-by: Masatake YAMATO <[email protected]>
1 parent 30df9f6 commit 816e0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parsers/sh.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ static roleDefinition ZshFunctionRoles [] = {
8686
.referenceOnly = false, FUNCTION_ROLES_SPEC }, \
8787
{ true, 's', "script", "script files", \
8888
.referenceOnly = true, ATTACH_ROLES (SCRIPT_ROLES) }, \
89-
{ true, 'h', "heredoc", "label for here document", \
9089
.referenceOnly = false, ATTACH_ROLES (HEREDOC_ROLES) }
90+
{ true, 'h', "heredoc", "labels for here document", \
9191

9292
static kindDefinition ShKinds [] = {
9393
SH_KINDS_COMMON(ShScriptRoles, ShHeredocRoles,),

0 commit comments

Comments
 (0)