Add Some Obsolete HTML Elements
Recognize some obsolete, but commonly-used, HTML elements in the CSS syntax colourer.
This commit is contained in:
parent
fcef0fd031
commit
77014652a3
|
@ -67,8 +67,9 @@ module Syntax
|
||||||
nav noscript object ol optgroup option output p param pre
|
nav noscript object ol optgroup option output p param pre
|
||||||
progress q rp rt ruby samp script section select small
|
progress q rp rt ruby samp script section select small
|
||||||
source span strong style sub sup table tbody td textarea
|
source span strong style sub sup table tbody td textarea
|
||||||
tfoot th thead time title tr ul var
|
tfoot th thead time title tr ul var video
|
||||||
video} unless const_defined?(:HTML_TAGS)
|
acronym applet big center frame frameset isindex marquee
|
||||||
|
noframes s tt u} unless const_defined?(:HTML_TAGS)
|
||||||
|
|
||||||
MATHML_TAGS = Set.new %w{annotation annotation-xml maction
|
MATHML_TAGS = Set.new %w{annotation annotation-xml maction
|
||||||
malign maligngroup malignmark malignscope math menclose
|
malign maligngroup malignmark malignscope math menclose
|
||||||
|
|
Loading…
Reference in a new issue