jed-users mailing list

[2012 Date Index] [2012 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [Jed-users-l] tcl mode not highlighting syntax


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]