I often write awk script, i use shell script schema for it, and i have a problem with regexp coloring, for example:
$0~/ Dissipation"/ {
printf"C[\"%s\"][\"DI\"]=[%s];\n",N,$2
}
From the " till next " it color the whole code to double quoted text. Pls make a regexp option
I often write awk script, i use shell script schema for it, and i have a problem with regexp coloring, for example:
$0~/ Dissipation"/ { printf"C[\"%s\"][\"DI\"]=[%s];\n",N,$2 } From the " till next " it color the whole code to double quoted text. Pls make a regexp option