dylan-lang / dylan-emacs-support

Emacs mode for indenting and highlighting Dylan code
GNU General Public License v2.0
27 stars 8 forks source link

define not-inline method doesn't colorize correctly #37

Closed cgay closed 3 years ago

cgay commented 3 years ago

Adding any of these adjectives, other than "inline" causes syntax coloring to fail. (It stops coloring the word "define".)

    #"default-inline" => 0;
    #"inline"         => 1;
    #"inline-only"    => 2;
    #"may-inline"     => 3;
    #"not-inline"     => 4;