Matt Sanders

Results 2 issues of Matt Sanders

Previous device parsing logic expected a `:` at the end of the `device` str. This would always fail, as `device` would be something like: `exanic1`.

If a C function is declared like: ``` struct point { int x; int y; }; int foo(struct point p) { return p.x + p.y; } ``` `ts-docstr-at-point` will fail...

bug