From 63e569067b6bcd83afe3c0f67b29d266b8a54b89 Mon Sep 17 00:00:00 2001 From: Martin Kunz Date: Mon, 23 Jun 2025 14:08:29 +0200 Subject: [PATCH] feat(ft): added `rhai` (rhaiscript) 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..f6461ba 100644 --- a/lua/Comment/ft.lua +++ b/lua/Comment/ft.lua @@ -140,6 +140,7 @@ local L = setmetatable({ proto = { M.cxx_l, M.cxx_b }, quarto = { M.html, M.html }, r = { M.hash }, -- R doesn't have block comments + rhai = { M.cxx_l, M.cxx_b }, racket = { M.lisp_l, M.lisp_b }, rasi = { M.cxx_l, M.cxx_b }, readline = { M.hash },