Browse Source

Add missing `get` keyword

olane 7 years ago
parent
commit
acea7fd4a1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/apex/apex.ts

+ 1 - 0
src/apex/apex.ts

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