Explorar el Código

Add missing `get` keyword

olane hace 7 años
padre
commit
acea7fd4a1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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',