[SVN] little error in HTML language
Joost Schuttelaar
joost at greenskin.net
Sun Oct 30 17:25:40 UTC 2005
HTML entities like ¾ are not matched in the current bundles. Lil'
fix:
Replace in the entities = { patterns = ( segment
match = '&([a-zA-Z]+|#[0-9]+|#x[0-9a-fA-F]+);';
with
match = '&([a-zA-Z0-9]+|#[0-9]+|#x[0-9a-fA-F]+);';
(p.s. I'm using the bundles shipped with the TextMate releases, so
apologies if this has already been fixed in the latest SVN release)
--
Joost Schuttelaar
More information about the textmate-dev
mailing list