Sergei Trofimovich
5108664ce3
syntax/sh.syntax (part2): trivial: highlight 'unset', 'read', 'export' as keywords
...
Synced mentioned in 9dda06f489
keywords to other contexts.
Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
2009-09-11 23:06:21 +03:00
Sergei Trofimovich
9dda06f489
syntax/sh.syntax: trivial: highlight 'unset', 'read', 'export' as keywords
...
References:
http://opengroup.org/onlinepubs/009695399/utilities/export.html
http://opengroup.org/onlinepubs/009695399/utilities/unset.html
http://opengroup.org/onlinepubs/009695399/utilities/read.html
Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
2009-09-11 22:42:16 +03:00
Patrick Winnertz
9d8ea1355e
Applied sh.syntax enhancement. Thanks to Michelle Konzack for writing this
2009-01-09 19:44:23 +01:00
Roland Illig
5eca3eb99a
* sh.syntax: Only make $_ red if it appears as a whole word.
...
$_foo is a regular variable.
2006-01-28 09:44:05 +00:00
Roland Illig
d795b74525
* sh.syntax: Since $(...) isn't the same as ${...}, don't handle
...
them the same way. Instead, "$(", "(" and ")" are highlighted in
bright cyan. Fixes #6415 .
2006-01-27 22:17:12 +00:00
Roland Illig
3383c003fd
* perl.syntax: #! lines are marked as contexts instead of
...
keywords.
* sh.syntax: Likewise.
2005-07-12 18:30:54 +00:00
Andrew V. Samoilov
8700126200
Add wait
2004-12-02 10:47:14 +00:00
Pavel Roskin
7e31c4e83c
* syntax/sh.syntax: Highlight "find". Highlight whole string
...
after "#!". Make unrecognized text inside `` less bright.
2003-03-22 04:38:58 +00:00
Andrew V. Samoilov
148f864e4e
Highlight "time" command.
2003-02-21 09:45:27 +00:00
Pavel Roskin
31093df1bc
* syntax/mail.syntax: Replace "wholechars right" and "wholechars
...
left" with single "wholechars".
* syntax/nroff.syntax: Likewise.
* syntax/sh.syntax: Likewise.
* syntax/tcl.syntax: Likewise.
2002-09-29 20:28:41 +00:00
Pavel Roskin
0d82a635b3
* syntax/*.syntax: Remove numeric Cooledit colors. It's
...
unreasonable to require them to be correct. On the other hand,
Cooledit can easily be changed to accept named color names.
2002-09-29 20:22:23 +00:00
Andrew V. Samoilov
2b08a6ae73
Add trap and read
2002-09-13 20:59:08 +00:00
Pavel Roskin
0ab6c80efd
* syntax/sh.syntax: Fix highlighting of "<<-EOF".
...
Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
2002-08-16 22:28:13 +00:00
Andrew V. Samoilov
64cb753187
* syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
...
set, umask and unset like other builtin commands.
2002-08-16 09:17:11 +00:00
Andrew V. Samoilov
d515c5d265
Highlight alias, exec & export. Higlight shift as other builtin commands
2002-08-13 18:54:49 +00:00
Pavel Roskin
5062e120a5
* syntax/sh.syntax: Highlight reserved words inside backticks.
...
Use the same wholechars settings for reserved words and
commands. Recognize more words. Recognize function definitions
without "function" or without "()". Use brightmagenta instead
of brightblue.
2001-10-19 07:37:49 +00:00
Pavel Roskin
3fe54a54a0
* syntax/sh.syntax: Require two '<' before EOF. Recognize END
...
like EOF.
2001-08-28 08:11:05 +00:00
Pavel Roskin
117d12864d
* syntax/diff.syntax: Highlight lines beginning with "File",
...
"Files" and "Binary"
* syntax/makefile.syntax: Highlight "ifndef"
* syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
highlighted)
2000-05-31 03:29:31 +00:00
Paul Sheer
cbb0435c9e
syntax file updates and fixes. addition of fortran syntax file
2000-02-18 11:13:10 +00:00
Paul Sheer
dc4aa96d37
syntax rule updates for mcedit - reflects cooledit 3.11.6
1999-07-21 19:56:42 +00:00
Paul Sheer
ec66f5e6ab
syntax rules now seperated out into these files
1999-03-21 02:02:08 +00:00