From 563501a1de6ffa2b94716c3de02c4cfef0d5785b Mon Sep 17 00:00:00 2001 From: sharpchen Date: Sun, 10 Nov 2024 00:37:34 +0800 Subject: [PATCH] feat(ft): add powershell support --- lua/Comment/ft.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/Comment/ft.lua b/lua/Comment/ft.lua index 34afffa..e6b09dd 100644 --- a/lua/Comment/ft.lua +++ b/lua/Comment/ft.lua @@ -132,6 +132,7 @@ local L = setmetatable({ odin = { M.cxx_l, M.cxx_b }, openscad = { M.cxx_l, M.cxx_b }, plantuml = { "'%s", "/'%s'/" }, + ps1 = { M.hash, '<#%s#>' }, purescript = { M.dash, M.haskell_b }, puppet = { M.hash }, python = { M.hash }, -- Python doesn't have block comments