AnsonYeung / vscode-pascal-language-basics

Pascal Language Basics Extension
MIT License
5 stars 3 forks source link

File loses highlight when use a Try Finally #3

Closed RicaBenhossi closed 2 years ago

RicaBenhossi commented 3 years ago

When using a Try Finally the file loses the highlight after "end;"

Without ";" at "end", it keeps the highlight working.

try_finally_end