Skip to content

Commit

Permalink
Merge pull request #3047 from andrewbraxton/dev/fix-insertTextFormat
Browse files Browse the repository at this point in the history
Mark postfix completions as snippets
  • Loading branch information
sumneko authored Jan 21, 2025
2 parents be499af + 914a559 commit 5275a75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/core/completion/postfix.lua
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ local function checkPostFix(state, word, wordPosition, position, symbol, results
newText = newText,
},
sortText = ('postfix-%04d'):format(i),
insertTextFormat = 2,

additionalTextEdits = {
{
Expand Down

0 comments on commit 5275a75

Please sign in to comment.