Hi
I would set the syntax highlighting of the CSS sheets
I have this code
I would that "unnamed1" (or whichever other string conteined between . and { ) is written in pink bold
The wordfile.txt:
What I must modify of the wordfile.txt to set the syntax hightlighting above written up?
Can you help me?
I would set the syntax highlighting of the CSS sheets
I have this code
Code: Select all
.unnamed1 {
font-family: "Courier New", Courier, mono;
font-size: 14px;
font-weight: bolder;
padding: 1px;
border: 1px dotted #3366CC;
}
The wordfile.txt:
Code: Select all
/L11"CSS" CSS_LANG Nocase Noquote Block Comment On = /* Block Comment Off = */ File Extensions = CSS
/Delimiters = ,.:;{ }
/C1
A ABOVE ACTIVE ADDRESS APPLET ARRAY AREA
.... ..... ..... ..... .....
/C2
background background-attachment background-color background-image
.... .... ..... ..... ......
/C3
aqua auto
.... ........ ..... ......
/C4 (At C4 is associeted the pink color)
,
.
:
;
{
}
Can you help me?