* perl.syntax: #! lines are marked as contexts instead of

keywords.
	* sh.syntax: Likewise.
This commit is contained in:
Roland Illig 2005-07-12 18:30:54 +00:00
parent fae0cabfc6
commit 3383c003fd
3 changed files with 10 additions and 11 deletions

View File

@ -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

View File

@ -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

View File

@ -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