From e95732fb74a4d321ac6634c357bee45cc43e66a4 Mon Sep 17 00:00:00 2001 From: Aleksei Date: Tue, 10 Jun 2025 09:21:06 +0300 Subject: [PATCH] add execline ftype --- lua/Comment/ft.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/Comment/ft.lua b/lua/Comment/ft.lua index 34afffa..26b71a0 100644 --- a/lua/Comment/ft.lua +++ b/lua/Comment/ft.lua @@ -71,6 +71,7 @@ local L = setmetatable({ elixir = { M.hash }, elm = { M.dash, M.haskell_b }, elvish = { M.hash }, + execline = { M.hash }, faust = { M.cxx_l, M.cxx_b }, fennel = { M.semicolon }, fish = { M.hash },