mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
removed date and REM
This commit is contained in:
parent
70ffd3f0c2
commit
0281b3f960
1 changed files with 0 additions and 4 deletions
|
|
@ -86,9 +86,6 @@ export const language = <ILanguage>{
|
|||
[/\d*\.\d+/, 'number.float'],
|
||||
[/\d+/, 'number'],
|
||||
|
||||
// date literal
|
||||
[/#.*#/, 'number'],
|
||||
|
||||
// delimiters and operators
|
||||
[/[()\[\]]/, '@brackets'],
|
||||
[/@symbols/, 'delimiter'],
|
||||
|
|
@ -101,7 +98,6 @@ export const language = <ILanguage>{
|
|||
|
||||
whitespace: [
|
||||
[/[ \t\r\n]+/, ''],
|
||||
[/(\'|REM(?!\w)).*$/, 'comment'],
|
||||
],
|
||||
|
||||
string: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue