jed-users mailing list

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

Re: [Jed-users-l] multi line comment


Yann MERIGNAC <yann.merignac@xxxxxxxxxxx> wrote:
> My problem is that I can't make the 2 multi-line style comment work
> together (no problem for single line comments).

Currently, only one multiline comment is supported per syntax table. 
A work-around for this limitation would be to make a syntax table for
each multi-line comment, and select the one that best matches the
file.  You would make this determination in the pascal_mode function
by searching the first few lines of the file for a comment.  This
assumes that you primarily use one style per file, but that
expectation may not be realistic.

I will look into adding support for more than one multi-line comment
style.

--John
_______________________________________________
Jed-users-l mailing list
Jed-users-l@xxxxxxxx
http://mailman.jtan.com/mailman/listinfo/jed-users-l


[2011 date index] [2011 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]