Closed MA-Maddin closed 3 years ago
The strict visibility specifier is not highlighted.
strict
For example:
type TMyClass = class(TControl) strict private { strict private declarations here } end;
Hi @MA-Maddin ,
Thanks for reporting. Feel free to open a PR if you like.
You just need to update syntaxes/pascal.tmLanguage, adding the new keyword.
syntaxes/pascal.tmLanguage
Hope this helps
The
strict
visibility specifier is not highlighted.For example: