mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* html.syntax: Attribute values may also be delimited by single
quotes.
This commit is contained in:
parent
93402cd8e3
commit
ce11065fde
@ -1,3 +1,8 @@
|
||||
2005-07-05 Roland Illig <roland.illig@gmx.de>
|
||||
|
||||
* html.syntax: Attribute values may also be delimited by single
|
||||
quotes.
|
||||
|
||||
2005-07-04 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* makefile.syntax: Add all special targets of GNU make.
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Syntax rules for the HyperText Markup Language
|
||||
|
||||
context default
|
||||
keyword &\[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ\]; brightgreen
|
||||
keyword &#\{xX\}\[0123456789abcdefABCDEF\]; brightgreen
|
||||
@ -14,4 +16,5 @@ context </ > brightcyan
|
||||
|
||||
context < > brightcyan
|
||||
keyword "*" green
|
||||
keyword '*' green
|
||||
keyword = yellow
|
||||
|
Loading…
Reference in New Issue
Block a user