mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-22 03:02:06 +03:00
* perl.syntax: #! lines are marked as contexts instead of
keywords. * sh.syntax: Likewise.
This commit is contained in:
parent
fae0cabfc6
commit
3383c003fd
@ -1,3 +1,9 @@
|
||||
2005-07-12 Roland Illig <roland.illig@gmx.de>
|
||||
|
||||
* perl.syntax: #! lines are marked as contexts instead of
|
||||
keywords.
|
||||
* sh.syntax: Likewise.
|
||||
|
||||
2005-07-05 Roland Illig <roland.illig@gmx.de>
|
||||
|
||||
* html.syntax: Attribute values may also be delimited by single
|
||||
|
@ -1,10 +1,4 @@
|
||||
context default
|
||||
keyword whole linestart #!\[\s\]/\[abcdefghijklmnopqrstuvwxyz\]/\[abcdefghijklmnopqrstuvwxyz\]/\[abcdefghijklmnopqrstuvwxyz\]/\[abcdefghijklmnopqrstuvwxyz\]/bin/perl brightcyan black
|
||||
keyword whole linestart #!\[\s\]/\[abcdefghijklmnopqrstuvwxyz\]/\[abcdefghijklmnopqrstuvwxyz\]/\[abcdefghijklmnopqrstuvwxyz\]/bin/perl brightcyan black
|
||||
keyword whole linestart #!\[\s\]/\[abcdefghijklmnopqrstuvwxyz\]/\[abcdefghijklmnopqrstuvwxyz\]/bin/perl brightcyan black
|
||||
keyword whole linestart #!\[\s\]/\[abcdefghijklmnopqrstuvwxyz\]/bin/perl brightcyan black
|
||||
keyword whole linestart #!\[\s\]/bin/perl brightcyan black
|
||||
|
||||
keyword $_ red
|
||||
keyword $. red
|
||||
keyword $/ red
|
||||
@ -341,6 +335,8 @@ context default
|
||||
keyword whole getprotoent yellow
|
||||
keyword whole setprotoent yellow
|
||||
|
||||
context linestart #! \n brightcyan black
|
||||
|
||||
context exclusive whole <\[\s\\\]EOF EOF green
|
||||
context # \n brown
|
||||
spellcheck
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
context default
|
||||
keyword ;; brightred
|
||||
keyword \\@ brightred
|
||||
@ -14,8 +13,6 @@ context default
|
||||
keyword { brightcyan
|
||||
keyword } brightcyan
|
||||
|
||||
keyword whole linestart #!\[\s\]*\n brightcyan black
|
||||
|
||||
keyword $\* brightred
|
||||
keyword $@ brightred
|
||||
keyword $# brightred
|
||||
@ -164,6 +161,8 @@ wholechars abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._
|
||||
|
||||
wholechars abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_
|
||||
|
||||
context linestart #! \n brightcyan black
|
||||
|
||||
context # \n brown
|
||||
spellcheck
|
||||
|
||||
@ -335,5 +334,3 @@ wholechars abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._
|
||||
keyword whole ypdomainname cyan
|
||||
keyword whole zcat cyan
|
||||
keyword whole zsh cyan
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user