Edit Modes: Highlighting Attribute Keys In an HTML Tag
Submitted by Thursday, 3 August, 2006 - 19:32
on
I would like to color html attribute keys a different color than the tag names themselves. I'm actually going to be hoping this comes across to my coldfusion coloring, and I think the right way to do that is change the html.xml and then delegate it into the coldfusion.xml.
I"ve been using jEdit for about a year, and have done small mods to the edit modes. I've also read through all the edit mode documentation in the help.
Which command will help me color the attribs differently?
For instance:
[form name="XYZform" action="index.cfm"]
(using brackets instead of gt and lt so I won't get weird display.
Right now, "form", "name", and "action" are the same color. I want "form" to remain as it is, and "name" and "action" to be caught by a rule in the colorer.
None of the current methods of matching look like they would work. Though I'm sure something will, I'm just not used to the way the edit modes think.
Can somone help point me in the right direction?
I"ve been using jEdit for about a year, and have done small mods to the edit modes. I've also read through all the edit mode documentation in the help.
Which command will help me color the attribs differently?
For instance:
[form name="XYZform" action="index.cfm"]
(using brackets instead of gt and lt so I won't get weird display.
Right now, "form", "name", and "action" are the same color. I want "form" to remain as it is, and "name" and "action" to be caught by a rule in the colorer.
None of the current methods of matching look like they would work. Though I'm sure something will, I'm just not used to the way the edit modes think.
Can somone help point me in the right direction?