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

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

bug#32766: Wrong syntax colors with backslash in a string (F90 mode)


From: Angelo Graziosi
Subject: bug#32766: Wrong syntax colors with backslash in a string (F90 mode)
Date: Wed, 19 Sep 2018 00:51:55 +0200 (CEST)

This code

  program foo
    integer, parameter :: FOO = ichar('\')
    integer, parameter :: BAR = 10
  end program foo

produces wrong color syntax from the comma in the second statement. After the 
first statement the indentation is lost and so the electric-pair-mode etc. 
Other programming modes could be affected.

Maybe we must live with this "issue", so I flag this just for the record...





reply via email to

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