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',
'go-loop', 'go-loop',
'thread', 'thread',
'boolean',
'str',
], ],
constants: ['true', 'false', 'nil', 'boolean', 'str'], constants: ['true', 'false', 'nil'],
operators: [ operators: [
'=', '=',

Loading…
Cancel
Save