I am trying to highlight a specific tag, for the whole line (). I want to set the background color for opening and closing of embedded CSS in a ColdFusion file. I have been able to do this with CFOUTPUT and CFQUERY tags by using:
[code]text.html.cfm meta.tag.block.cf.output.cfml
text.html.cfm meta.tag.block.cf.query[/code]
However, this only highlights the word “style” inside of the tag - while I want the whole tag (or whole line) highlighted as CFOUTPUT and CFQUERY do:
text.html.cfm source.css.embedded.html entity.name.tag.style
I grabbed those from the ctrl+alt+shift+p key combo, but can’t seem to find what makes it highlight only the word and not the whole tag. Is it since it is HTML and not ColdFusion specific?
