textmate / d.tmbundle

TextMate support for D
13 stars 8 forks source link

contract out keyword not displayed correctly on GH #14

Closed ghost closed 8 years ago

ghost commented 8 years ago
int foo(bool out v)
in {}
out (x) {}
body {}

It seems to be detected always as a parameter storage class .

ghost commented 8 years ago

thx, for the other fix too.