Merge pull request #115 from stla/removedWhiteSpaces

removed white spaces in constants
pull/2748/head
Alexandru Dima 4 years ago committed by GitHub
commit be30e69ac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save