vile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vile] tcl syntax filter


From: Wayne Cuddy
Subject: [vile] tcl syntax filter
Date: Mon, 9 Jul 2012 13:57:43 -0400
User-agent: Mutt/1.4.2.3i

Not sure if this is an easy fix or not as I've not looked at the code
but the TCL syntax highlighter does not seem to recognize the line
continuation character (\) while processing string literals, it
terminates at the end of the line.

The following works:

set mystring "this is my string"

However in the next fragment '"this is line1\' is highlighted correctly
but 'this is line2' is not, and '" ;# comment' is highlighted
as a string literal.

set mystring "this is line1\
    this is line2" ;# my comment

Wayne



reply via email to

[Prev in Thread] Current Thread [Next in Thread]