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

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

bug#18622: Syntax highlighting in bat-mode


From: Arni Magnusson
Subject: bug#18622: Syntax highlighting in bat-mode
Date: Fri, 3 Oct 2014 17:58:27 +0000 (GMT)
User-agent: Alpine 2.11 (LFD 23 2013-08-11)

There appears to be a bug in the syntax highlighting `bat-mode' (Emacs pretest 24.3.94). In the following lines, the word FOO should be highlighted:

  call FOO
  set FOO=42

I was able to get the desired syntax highlighting by moving one underscore within line 81 of bat-mode.el:

  \\<_  to  \\_<

and a similar change in line 85.

Cheers,

Arni





reply via email to

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