Adds strict keyword to Pascal language

This commit is contained in:
Alessandro Fragnani 2021-07-27 21:24:38 -03:00
parent c60db94932
commit 87942d7d25

View file

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