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

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

bug#42846: 27.1; [ruby-mode] setter symbol treated as assignment


From: Nobuyoshi Nakada
Subject: bug#42846: 27.1; [ruby-mode] setter symbol treated as assignment
Date: Thu, 13 Aug 2020 16:41:41 +0900
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.11.0

I found thatruby-mode.el in GNU Emacs 27.1 has a problem with the following code.


    :foo=
      # indent here

The setter symbol seems treated as an assignment

Also, the succeeding modifier is treated as the beginning of a block.

    :foo= if true
            # indent here







reply via email to

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