Hello, I am trying to set up a highlighter for gnuplot. There is some complex parsing of the commands by the gnuplot compiler, so that some commands and keywords have some interesting options, like these below (from the vim syntax file):
"[xyz]2\?range" "[xyz]2\?data" "[xyz]2\?label" "[xyz]2\?zeroaxis" "[rtuv]range" "[blrt]margin" "\(no\)\?m\?[xyz]2\?tics" "\(no\)\?m\?cbtics" "[xyz]2\?[md]tics" Meaning, for example, (and just taking the first line of this list) that there are keywords such as xrange, x2range, yrange, y2range, zrange, z2range. Is there any way to set up the highlighter syntax in such a way that I don't have to write out longhand all of these command options? Alternatively is there anyone handy with converting a vim syntax file to pspad syntax file format? Ben -- <http://forum.pspad.com/read.php?2,50975,50975> PSPad freeware editor http://www.pspad.com
