I am trying to create a syntax highlighter for the commands copied and pasted from FileZilla:
Here is a sample: [color=#0000ff]Command: USER ftpuser1[/color] [color=#009900]Response: 331 User ftpuser1 OK. Password required[/color] [color=#ff0000]Error: Could not connect to server[/color] [color=#000000]Status: Connecting to 192.168.100.200:21...[/color] In FileZilla (v3+), the output uses different colours: Command: blue Response: green Status: black Error: red I would like to be able to copy and paste thie output from FileZilla into a new file in PSPad and then use a custom syntax highlighter to highlight the different lines according to the same colour definitions. So far, I have created a syntax file, but I can only manage to get the different outputs in one colour. Could somebody be so kind as to explain to me how I can ceate the syntax file that I need? -- <http://forum.pspad.com/read.php?2,44948,44948> PSPad freeware editor http://www.pspad.com
