Skip to content

Commit 5275a75

Browse files
authored
Merge pull request #3047 from andrewbraxton/dev/fix-insertTextFormat
Mark postfix completions as snippets
2 parents be499af + 914a559 commit 5275a75

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)