richjyoung / vscode-modern-vhdl

Modern VSCode VHDL Support
MIT License
30 stars 12 forks source link

Fix highlighting when words begin with end. #37

Closed Obliged closed 3 years ago

Obliged commented 3 years ago

Words like endAddr would be interpreted as the end keyword and would break highlighting. Added word-boundary to the end checks.