On 17/10/2005, at 21.38, Oscar Bonilla wrote:
Is there a way to turn off HERE document syntax highlighting in Tcl? I' getting wrong highlighting when adding events like:
event add <<Paste>> <Ctrl-v>
because it thinks it's a HERE document. I've looked at the Tcl syntax, but there isn't anything there, so I'm guessing it's coming from somewhere else...
The rules comes from the grammar -- grammars may include others, but it's there somewhere.
I'm not seeing any problem with the above. Could you paste a source that shows the problem? And is this Tcl or HTML (Tcl)?