From 3a85e3f76bed0c2fb54b710beb46b61bd340e1f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Sun, 7 Jul 2024 23:20:00 +0200 Subject: [PATCH] feat(ft): add ledger 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..31d1e15 100644 --- a/lua/Comment/ft.lua +++ b/lua/Comment/ft.lua @@ -94,6 +94,7 @@ local L = setmetatable({ heex = { M.html, M.html }, html = { M.html, M.html }, htmldjango = { M.html, M.html }, + ledger = { M.semicolon }, -- ledger doesn't have block comments hyprlang = { M.hash }, idris = { M.dash, M.haskell_b }, idris2 = { M.dash, M.haskell_b },