mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
update
This commit is contained in:
parent
eedbbc68ce
commit
e00244ddb5
1 changed files with 0 additions and 6 deletions
|
|
@ -24,7 +24,6 @@ export const conf: languages.LanguageConfiguration = {
|
|||
{ open: "'", close: "'" },
|
||||
{ open: "\"", close: "\""},
|
||||
{ open: "(*", close: "*)"},
|
||||
{ open: "begin", close: "end"},
|
||||
],
|
||||
surroundingPairs: [
|
||||
{ open: '{', close: '}' },
|
||||
|
|
@ -34,7 +33,6 @@ export const conf: languages.LanguageConfiguration = {
|
|||
{ open: "'", close: "'" },
|
||||
{ open: "\"", close: "\""},
|
||||
{ open: "(*", close: "*)"},
|
||||
{ open: "begin", close: "end"},
|
||||
]
|
||||
};
|
||||
|
||||
|
|
@ -53,14 +51,12 @@ export const language = <languages.IMonarchLanguage>{
|
|||
keywords: [
|
||||
'abs',
|
||||
'assert',
|
||||
'begin',
|
||||
'block',
|
||||
'Bytes',
|
||||
'case',
|
||||
'Crypto',
|
||||
'Current',
|
||||
'else',
|
||||
'end',
|
||||
'failwith',
|
||||
'false',
|
||||
'for',
|
||||
|
|
@ -121,8 +117,6 @@ export const language = <languages.IMonarchLanguage>{
|
|||
'<-',
|
||||
'&&',
|
||||
'||',
|
||||
'!',
|
||||
''
|
||||
],
|
||||
|
||||
// we include these common regular expressions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue