From b414c498acba5129a9fbec54bd6f0b7b6a875b2d Mon Sep 17 00:00:00 2001 From: jyn Date: Thu, 6 Feb 2025 01:15:27 -0500 Subject: [PATCH] support uiua comments see https://www.uiua.org/tour#the-stack --- lua/Comment/ft.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/Comment/ft.lua b/lua/Comment/ft.lua index 34afffa..40d4737 100644 --- a/lua/Comment/ft.lua +++ b/lua/Comment/ft.lua @@ -176,6 +176,7 @@ local L = setmetatable({ typescript = { M.cxx_l, M.cxx_b }, typescriptreact = { M.cxx_l, M.cxx_b }, typst = { M.cxx_l, M.cxx_b }, + uiua = { M.hash }, -- Uiua doesn't have block comments v = { M.cxx_l, M.cxx_b }, vala = { M.cxx_l, M.cxx_b }, verilog = { M.cxx_l },