Instead of mapping to FSharpTokenKind.Semicolon
, the SEMICOLON
token also gets reported via the compiler service as FSharpTokenKind.SemicolonSemicolon
|
| SEMICOLON -> FSharpTokenKind.SemicolonSemicolon |
while the FSharpTokenKind.Semicolon
case remains unused.
Fix is trivial.