1
0
Fork 0

add more keywords

pull/396/head
jens1o 2017-06-10 14:29:34 +02:00
parent eaacc47772
commit 089806bf54
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,7 @@ class CompletionProvider
'eval', 'eval',
'exit', 'exit',
'extends', 'extends',
'false',
'final', 'final',
'finally', 'finally',
'for', 'for',
@ -79,6 +80,7 @@ class CompletionProvider
'switch', 'switch',
'throw', 'throw',
'trait', 'trait',
'true',
'try', 'try',
'unset', 'unset',
'use', 'use',