mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* sh.syntax: Only make $_ red if it appears as a whole word.
$_foo is a regular variable.
This commit is contained in:
parent
28f0a4ab24
commit
5eca3eb99a
@ -1,3 +1,8 @@
|
||||
2006-01-28 Roland Illig <roland.illig@gmx.de>
|
||||
|
||||
* sh.syntax: Only make $_ red if it appears as a whole word.
|
||||
$_foo is a regular variable.
|
||||
|
||||
2006-01-27 Leonard den Ottolander <leonard den ottolander nl>
|
||||
|
||||
* Makefile.am, Syntax, css.syntax: Added css.syntax by Horvath
|
||||
|
@ -22,7 +22,7 @@ context default
|
||||
keyword $- brightred
|
||||
keyword $$ brightred
|
||||
keyword $! brightred
|
||||
keyword $_ brightred
|
||||
keyword whole $_ brightred
|
||||
|
||||
keyword wholeright $\[0123456789\] brightred
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user