* html.syntax: Attribute values may also be delimited by single

quotes.
This commit is contained in:
Roland Illig 2005-07-05 18:25:31 +00:00
parent 93402cd8e3
commit ce11065fde
2 changed files with 8 additions and 0 deletions

View File

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

View File

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