From 44b74d0da7bd7e46941e08ad8aad864c86e1fd9b Mon Sep 17 00:00:00 2001
From: Vishal Mahajan
Date: Thu, 13 Jun 2024 14:33:33 +0530
Subject: [PATCH] support plsql file types
---
lua/Comment/ft.lua | 1 +
1 file changed, 1 insertion(+)
diff --git a/lua/Comment/ft.lua b/lua/Comment/ft.lua
index 34afffa..4180a87 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'/" },
+ plsql = { M.dash, M.cxx_b },
purescript = { M.dash, M.haskell_b },
puppet = { M.hash },
python = { M.hash }, -- Python doesn't have block comments