From a37fdee74c9ac4d7927eb8ff5e7d248a234fc80e Mon Sep 17 00:00:00 2001 From: Harshit Tomar Date: Tue, 16 Dec 2025 19:01:04 +0530 Subject: [PATCH] feat(ft): add `foam` support `foam` is the configuration file format for OpenFOAM projects, it follows c/c++ line and block comments --- lua/Comment/ft.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/Comment/ft.lua b/lua/Comment/ft.lua index 34afffa..68a44ed 100644 --- a/lua/Comment/ft.lua +++ b/lua/Comment/ft.lua @@ -74,6 +74,7 @@ local L = setmetatable({ faust = { M.cxx_l, M.cxx_b }, fennel = { M.semicolon }, fish = { M.hash }, + foam = { M.cxx_l, M.cxx_b }, func = { M.lisp_l }, fsharp = { M.cxx_l, M.fsharp_b }, gdb = { M.hash },