From c9fafb8477c8a231de504215a4a3c2661dc5640c Mon Sep 17 00:00:00 2001 From: Aaron Apple Date: Sun, 9 Jun 2024 13:14:28 -0500 Subject: [PATCH] feat(ft): added `tidalcycles` support (#425) --- lua/Comment/ft.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/Comment/ft.lua b/lua/Comment/ft.lua index f8bcd99..fa3a4a9 100644 --- a/lua/Comment/ft.lua +++ b/lua/Comment/ft.lua @@ -161,6 +161,7 @@ local L = setmetatable({ terraform = { M.hash, M.cxx_b }, tex = { M.latex }, template = { M.dbl_hash }, + tidal = { M.dash, M.haskell_b }, tmux = { M.hash }, toml = { M.hash }, twig = { M.twig, M.twig },