Skip to content

Commit 914a559

Browse files
committed
Mark postfix completions as snippets
Similar to 3e0d1df. Postfix items should be marked as snippets.
1 parent 12013ba commit 914a559

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/core/completion/postfix.lua

+1
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ local function checkPostFix(state, word, wordPosition, position, symbol, results
363363
newText = newText,
364364
},
365365
sortText = ('postfix-%04d'):format(i),
366+
insertTextFormat = 2,
366367

367368
additionalTextEdits = {
368369
{

0 commit comments

Comments
 (0)