Add missing get keyword

This commit is contained in:
olane 2018-08-10 12:50:42 +01:00
parent c421273fca
commit acea7fd4a1

View file

@ -94,6 +94,7 @@ export const language = <ILanguage>{
'for',
'from',
'future',
'get',
'global',
'goto',
'group',