From 49a2340cc42ec181c4da1ea428369f31f5a5f082 Mon Sep 17 00:00:00 2001 From: Jan Laermann Date: Wed, 2 Aug 2023 09:18:57 +0200 Subject: [PATCH] feat(ft): add `beancount` support --- lua/Comment/ft.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/Comment/ft.lua b/lua/Comment/ft.lua index 7b77bcf..a46adba 100644 --- a/lua/Comment/ft.lua +++ b/lua/Comment/ft.lua @@ -42,6 +42,7 @@ local L = setmetatable({ astro = { M.html }, autohotkey = { M.semicolon, M.cxx_b }, bash = { M.hash }, + beancount = { M.semicolon }, bib = { M.latex }, c = { M.cxx_l, M.cxx_b }, cabal = { M.dash },