From 914a55939a7dd2e9e88fda2f7dff9e7ebcca4761 Mon Sep 17 00:00:00 2001 From: Andrew Braxton Date: Sun, 19 Jan 2025 02:43:21 -0500 Subject: [PATCH] Mark postfix completions as snippets Similar to 3e0d1df. Postfix items should be marked as snippets. --- script/core/completion/postfix.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/script/core/completion/postfix.lua b/script/core/completion/postfix.lua index 46c24b8e7..5294f5436 100644 --- a/script/core/completion/postfix.lua +++ b/script/core/completion/postfix.lua @@ -363,6 +363,7 @@ local function checkPostFix(state, word, wordPosition, position, symbol, results newText = newText, }, sortText = ('postfix-%04d'):format(i), + insertTextFormat = 2, additionalTextEdits = { {