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

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

Ada-mode: Character constant not highlighted


From: Erik
Subject: Ada-mode: Character constant not highlighted
Date: Fri, 15 Feb 2008 13:28:08 +0100
User-agent: Thunderbird 2.0.0.9 (X11/20071124)

See the following code:
procedure Prov is
   C : constant Character := ' ';
begin
   case C is
      when ' ' | 'n' | ''' | 'm' =>
         null;
      when others                =>
         null;
   end case;
end Prov;


Emacs 22.1.1 (Gentoo package app-editors/emacs-22.1-r3) does not
highlight ''' like the other character constants.




reply via email to

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