From acea7fd4a187b4101404f6626dadb42de36a1a1c Mon Sep 17 00:00:00 2001 From: olane Date: Fri, 10 Aug 2018 12:50:42 +0100 Subject: [PATCH] Add missing `get` keyword --- src/apex/apex.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apex/apex.ts b/src/apex/apex.ts index c98515ea..b22fd9b4 100644 --- a/src/apex/apex.ts +++ b/src/apex/apex.ts @@ -94,6 +94,7 @@ export const language = { 'for', 'from', 'future', + 'get', 'global', 'goto', 'group',