1
0
Fork 0

Add true, false, null to keywords (#396)

pull/398/head
Jens Hausdorf 2017-06-10 18:47:19 +02:00 committed by Felix Becker
parent cc3f0da21a
commit 4c1d7bd1bc
1 changed files with 3 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',
@ -67,6 +68,7 @@ class CompletionProvider
'list', 'list',
'namespace', 'namespace',
'new', 'new',
'null',
'or', 'or',
'print', 'print',
'private', 'private',
@ -79,6 +81,7 @@ class CompletionProvider
'switch', 'switch',
'throw', 'throw',
'trait', 'trait',
'true',
'try', 'try',
'unset', 'unset',
'use', 'use',