mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
Merge pull request #153 from alefragnani/add-strict-keyword-pascal-language
Adds `strict` keyword to Pascal language
This commit is contained in:
commit
c31d1933fa
1 changed files with 1 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ export const language = <languages.IMonarchLanguage>{
|
||||||
'shr',
|
'shr',
|
||||||
'specialize',
|
'specialize',
|
||||||
'stored',
|
'stored',
|
||||||
|
'strict',
|
||||||
'then',
|
'then',
|
||||||
'threadvar',
|
'threadvar',
|
||||||
'to',
|
'to',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue