Skip to content

Commit e0c5edf

Browse files
committed
lint: add module describe command to syntaxdbs
Signed-off-by: Xavier Delaruelle <[email protected]>
1 parent 957c493 commit e0c5edf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

share/nagelfar/syntaxdb_modulefile.tcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ set {::syntax(module savelist)} x*
143143
set {::syntax(module saverm)} x*
144144
set {::syntax(module disable)} x*
145145
set {::syntax(module saveshow)} x*
146+
set {::syntax(module describe)} x*
146147
set {::syntax(module apropos)} x*
147148
set {::syntax(module keyword)} x*
148149
set {::syntax(module search)} x*
@@ -234,7 +235,7 @@ set ::subCmd(module) {add load add-any load-any swap switch try-add try-load\
234235
remove rm delete unload unuse use aliases available avail show display\
235236
initadd initload initclear initlist initprepend initunload initrm\
236237
initswap initswitch list purge reload restore save savelist saverm disable\
237-
saveshow apropos keyword search test update whatis}
238+
saveshow describe apropos keyword search test update whatis}
238239
set ::subCmd(module-info) {alias command loaded mode name shell shelltype\
239240
specified symbols tags type usergroups username version user trace\
240241
tracepat flags}

0 commit comments

Comments
 (0)