GNOME Bugzilla – Bug 375515
PATCH: allow fullstop in xml tag highlighting
Last modified: 2006-12-25 10:28:26 UTC
The XML 1.0 specification (section 2.3 and Appendix B) allow the use of a fullstop inside a tag. Attached is a patch to allow that in the XML syntax highlighting.
Created attachment 76637 [details] [review] regex patch for xml.lang
Carey: thanks for the patch. Is the use of a fullstop allowed inside an attribute name?
I have committed to CVS HEAD a slightly modified patch. 2006-12-11 Paolo Maggi <paolo@gnome.org> Fixes bug #375515 – PATCH: allow fullstop in xml tag highlighting * gtksourceview/language-specs/xml.lang: allow fullstop in XML tags and attribute names. Patch by Carey O'Shea <carey@internode.on.net>
reopening and reassigning to muntyan on his request. xml.lang 2.0 needs to get this fixed.
Checked, new engine allows . in tag names.