Sublime Forum

C# wrong syntax highlighting for event accessors

#1
using System;

public class Foo
{
    event EventHandler CustomEvent
    {
      add { }
      remove { }
    }
}

0 Likes

#2

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

1 Like

#3

PR submitted:

1 Like