File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -367,7 +367,21 @@ AutocompleteResponse parenCompletion(T)(T beforeTokens,
367367 response.completionKinds ~= CompletionKind.keyword;
368368 }
369369 break ;
370+ case tok! " characterLiteral" :
371+ case tok! " doubleLiteral" :
372+ case tok! " dstringLiteral" :
373+ case tok! " floatLiteral" :
370374 case tok! " identifier" :
375+ case tok! " idoubleLiteral" :
376+ case tok! " ifloatLiteral" :
377+ case tok! " intLiteral" :
378+ case tok! " irealLiteral" :
379+ case tok! " longLiteral" :
380+ case tok! " realLiteral" :
381+ case tok! " stringLiteral" :
382+ case tok! " uintLiteral" :
383+ case tok! " ulongLiteral" :
384+ case tok! " wstringLiteral" :
371385 case tok! " )" :
372386 case tok! " ]" :
373387 auto allocator = scoped! (CAllocatorImpl! (BlockAllocator! (1024 * 16 )))();
You can’t perform that action at this time.
0 commit comments