amehat / atom-language-d

plugins and themes for Atom
Other
16 stars 6 forks source link

Opaque structs and unions are not recognized properly #12

Closed MaksimZh closed 8 years ago

MaksimZh commented 8 years ago

Test string:

struct Foo; struct Bar{} struct Boo {}
          ^^^^^^^^
      wrong highlighting

The semicolon should be treated as the end of the structure declaration. [1] https://dlang.org/spec/struct.html#opaque_struct_unions