help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: syntax highlighting


From: Stefan Monnier
Subject: Re: syntax highlighting
Date: Sun, 15 Mar 2015 22:55:45 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> I am using a derivative of modula2.el

[ Make sure you use a recentish of modula2.el as basis, since they
  come with auto-indentation.  ]

> (* bla bla (* bla bla bla *) bla bla *)
> The way modula2.el is written (or, actually, my derived .el file), the
> last "bla bla" string is not highlighted.

You need to add an "n" to the `modify-syntax-entry' call for one of the
comment markers, in the syntax-table.


        Stefan




reply via email to

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