mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Merge pull request #115 from stla/removedWhiteSpaces
removed white spaces in constants
This commit is contained in:
commit
be30e69ac2
1 changed files with 2 additions and 2 deletions
|
|
@ -101,11 +101,11 @@ export const language = <languages.IMonarchLanguage>{
|
||||||
'TRUE',
|
'TRUE',
|
||||||
'NA',
|
'NA',
|
||||||
'Inf',
|
'Inf',
|
||||||
'NaN ',
|
'NaN',
|
||||||
'NA_integer_',
|
'NA_integer_',
|
||||||
'NA_real_',
|
'NA_real_',
|
||||||
'NA_complex_',
|
'NA_complex_',
|
||||||
'NA_character_ ',
|
'NA_character_',
|
||||||
'T',
|
'T',
|
||||||
'F',
|
'F',
|
||||||
'LETTERS',
|
'LETTERS',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue