Browse Source

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

Adds `strict` keyword to Pascal language
Henning Dieterichs 4 năm trước cách đây
mục cha
commit
c31d1933fa
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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',