dylan-lang/dylan-emacs-support

define not-inline method doesn't colorize correctly

Closed this issue · 0 comments

cgay commented

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;