mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
* syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
set, umask and unset like other builtin commands.
This commit is contained in:
parent
fe2fdc4057
commit
64cb753187
@ -1,3 +1,8 @@
|
||||
2002-08-16 Andrew V. Samoilov <sav@bcs.zp.ua>
|
||||
|
||||
* syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
|
||||
set, umask and unset like other builtin commands.
|
||||
|
||||
2002-08-15 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* configure.in: Remove check for SIGTSTP, it's not needed for
|
||||
|
@ -39,6 +39,7 @@ wholechars right abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-
|
||||
wholechars left abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._
|
||||
|
||||
keyword whole alias yellow/24
|
||||
keyword whole bg yellow/24
|
||||
keyword whole break yellow/24
|
||||
keyword whole case yellow/24
|
||||
keyword whole continue yellow/24
|
||||
@ -47,17 +48,22 @@ wholechars left abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-.
|
||||
keyword whole elif yellow/24
|
||||
keyword whole else yellow/24
|
||||
keyword whole esac yellow/24
|
||||
keyword whole eval yellow/24
|
||||
keyword whole exec yellow/24
|
||||
keyword whole exit yellow/24
|
||||
keyword whole export yellow/24
|
||||
keyword whole fg yellow/24
|
||||
keyword whole fi yellow/24
|
||||
keyword whole for yellow/24
|
||||
keyword whole if yellow/24
|
||||
keyword whole in yellow/24
|
||||
keyword whole return yellow/24
|
||||
keyword whole select yellow/24
|
||||
keyword whole set yellow/24
|
||||
keyword whole shift yellow/24
|
||||
keyword whole then yellow/24
|
||||
keyword whole umask yellow/24
|
||||
keyword whole unset yellow/24
|
||||
keyword whole until yellow/24
|
||||
keyword whole while yellow/24
|
||||
|
||||
@ -87,7 +93,6 @@ wholechars left abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-.
|
||||
keyword whole echo cyan/14
|
||||
keyword whole ed cyan/14
|
||||
keyword whole egrep cyan/14
|
||||
keyword whole eval cyan/14
|
||||
keyword whole ex cyan/14
|
||||
keyword whole false cyan/14
|
||||
keyword whole fgrep cyan/14
|
||||
@ -261,7 +266,6 @@ wholechars left abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-.
|
||||
keyword whole echo cyan/14
|
||||
keyword whole ed cyan/14
|
||||
keyword whole egrep cyan/14
|
||||
keyword whole eval cyan/14
|
||||
keyword whole ex cyan/14
|
||||
keyword whole false cyan/14
|
||||
keyword whole fgrep cyan/14
|
||||
|
Loading…
Reference in New Issue
Block a user