mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
* xml.syntax: Attribute names only reach upto the next "=", not
further.
This commit is contained in:
parent
da3b1863ab
commit
58c936715c
@ -1,3 +1,8 @@
|
||||
2006-01-29 Roland Illig <roland.illig@gmx.de>
|
||||
|
||||
* xml.syntax: Attribute names only reach upto the next "=", not
|
||||
further.
|
||||
|
||||
2006-01-28 Roland Illig <roland.illig@gmx.de>
|
||||
|
||||
* sh.syntax: Only make $_ red if it appears as a whole word.
|
||||
|
@ -40,9 +40,7 @@ context <\? \?> lightgray black
|
||||
context < > white
|
||||
keyword \sxmlns\:*\="+" brightred
|
||||
keyword \sxmlns\="+" brightred
|
||||
keyword \s+\= yellow
|
||||
keyword \s*= yellow
|
||||
keyword '*' brightcyan
|
||||
keyword "*" brightcyan
|
||||
spellcheck
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user