MarkusAmshove / natls

Language Server implementation for the Natural 4GL programming language
MIT License
12 stars 3 forks source link

Enhance unexpected token messages for END-keywords #484

Closed MarkusAmshove closed 2 months ago

MarkusAmshove commented 2 months ago

Currently the enum member name of tokens (e.g. END_SUBROUTINE) is propagated to the diagonstic message. It would be nice if it would read END-SUBROUTINE instead (the actual keyword).