Move boolean and str to keywords

pull/2748/head
masad-frost 7 years ago
parent 79eaf088de
commit 6f38c8fe44

@ -155,9 +155,11 @@ export const language = <ILanguage>{
'go',
'go-loop',
'thread',
'boolean',
'str',
],
constants: ['true', 'false', 'nil', 'boolean', 'str'],
constants: ['true', 'false', 'nil'],
operators: [
'=',

Loading…
Cancel
Save