Merge pull request #153 from alefragnani/add-strict-keyword-pascal-language

Adds `strict` keyword to Pascal language
This commit is contained in:
Henning Dieterichs 2021-07-28 10:48:06 +02:00 committed by GitHub
commit c31d1933fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -128,6 +128,7 @@ export const language = <languages.IMonarchLanguage>{
'shr', 'shr',
'specialize', 'specialize',
'stored', 'stored',
'strict',
'then', 'then',
'threadvar', 'threadvar',
'to', 'to',