--- Begin Message ---
Subject: |
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
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#18622: Syntax highlighting in bat-mode |
Date: |
Fri, 10 Oct 2014 00:04:19 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) |
Version:24.4
> 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.
Indeed, thank you. Should be fixed.
A similar bug was present in prolog.el.
Stefan
--- End Message ---