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',
'exit',
'extends',
'false',
'final',
'finally',
'for',
@ -67,6 +68,7 @@ class CompletionProvider
'list',
'namespace',
'new',
'null',
'or',
'print',
'private',
@ -79,6 +81,7 @@ class CompletionProvider
'switch',
'throw',
'trait',
'true',
'try',
'unset',
'use',