using System; public class Foo { event EventHandler CustomEvent { add { } remove { } } }
please report this at https://github.com/sublimehq/Packages/issues
I'll hopefully be able to put a PR together to fix it this weekend
PR submitted: