emacs-devel
[Top][All Lists]
Advanced

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

On syntax decoration of identifiers containing underscore and statements


From: Angelo Graziosi
Subject: On syntax decoration of identifiers containing underscore and statements word [f90]
Date: Fri, 17 May 2013 00:14:10 +0200
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130509 Thunderbird/17.0.6

I noticed that in f90-mode, identifiers of variables like

 a_close = 0
 a_read = 0
 a_open = 0
 ...

are decorated with "a_" in black and the statement word (close, read, open..) in magenta.

While identifiers of variables like

  a_clos = 0
  a_program = 0
  a_if = 0
  ...

are all in black. Shouldn't they be all in black?


Ciao,
  Angelo.



reply via email to

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