mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 13:55:41 +01:00
removed white spaces in constants
This commit is contained in:
parent
506dba1e33
commit
e111b302bc
1 changed files with 2 additions and 2 deletions
|
|
@ -79,11 +79,11 @@ export const language = <languages.IMonarchLanguage>{
|
|||
'TRUE',
|
||||
'NA',
|
||||
'Inf',
|
||||
'NaN ',
|
||||
'NaN',
|
||||
'NA_integer_',
|
||||
'NA_real_',
|
||||
'NA_complex_',
|
||||
'NA_character_ ',
|
||||
'NA_character_',
|
||||
'T',
|
||||
'F',
|
||||
'LETTERS',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue