Parcourir la source

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

Adds `strict` keyword to Pascal language
Henning Dieterichs il y a 4 ans
Parent
commit
c31d1933fa
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/pascal/pascal.ts

+ 1 - 0
src/pascal/pascal.ts

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