mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +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*\.\d+/, 'number.float'],
|
||||||
[/\d+/, 'number'],
|
[/\d+/, 'number'],
|
||||||
|
|
||||||
// date literal
|
|
||||||
[/#.*#/, 'number'],
|
|
||||||
|
|
||||||
// delimiters and operators
|
// delimiters and operators
|
||||||
[/[()\[\]]/, '@brackets'],
|
[/[()\[\]]/, '@brackets'],
|
||||||
[/@symbols/, 'delimiter'],
|
[/@symbols/, 'delimiter'],
|
||||||
|
|
@ -101,7 +98,6 @@ export const language = <ILanguage>{
|
||||||
|
|
||||||
whitespace: [
|
whitespace: [
|
||||||
[/[ \t\r\n]+/, ''],
|
[/[ \t\r\n]+/, ''],
|
||||||
[/(\'|REM(?!\w)).*$/, 'comment'],
|
|
||||||
],
|
],
|
||||||
|
|
||||||
string: [
|
string: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue