- Subject: Re: [Jed-users-l] tcl mode not highlighting syntax
- From: "John E. Davis" <davis@xxxxxxxxxxxxx>
- Date: Tue, 24 Apr 2012 14:02:23 -0400
John K. Parejko <parejkoj@xxxxxxxxx> wrote:
> I've recently started editing tcl files, and the jed tcl_mode doesn't
> appear to provide syntax highlighting, even though it contains hooks
> for DFA syntax-highlighting.
It looks like it is not enabled for that mode. To enable it, add
enable_dfa_syntax_for_mode ("TCL");
to your .jedrc file. An alternative is to use a hook:
define tcl_mode_hook ()
{
use_dfa_syntax (1);
}
I hope this helps.
Thanks,
--John
_______________________________________________
Jed-users-l mailing list
Jed-users-l@xxxxxxxx
http://mailman.jtan.com/mailman/listinfo/jed-users-l
[2012 date index]
[2012 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]