ncm2 / ncm2-d

:sparkles: ncm2 autocompletion source for D
Apache License 2.0
11 stars 1 forks source link

Functions with multiple attrs are being ignored #3

Closed viniarck closed 5 years ago

viniarck commented 5 years ago

Multiple attrs are being ignored in the completion source, for instance:

auto appDir() @safe @nothrow {
   import std.path;
   return expandTilde("~/.test");
}
viniarck commented 5 years ago

Typo. nothrow shouldn't be an attr.