From a3999d73061455bc82b892df9186bfdfcca3991b Mon Sep 17 00:00:00 2001 From: FraserLee <30442265+FraserLee@users.noreply.github.com> Date: Thu, 1 Jun 2023 06:51:45 -0400 Subject: [PATCH] feat(ft): add `tablegen` support (#351) Doc: https://opensource.apple.com/source/lldb/lldb-76/llvm/docs/TableGenFundamentals.html#comments https://llvm.org/docs/TableGen/ProgRef.html#lexical-analysis --- lua/Comment/ft.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/Comment/ft.lua b/lua/Comment/ft.lua index 5baef4a..c272c28 100644 --- a/lua/Comment/ft.lua +++ b/lua/Comment/ft.lua @@ -128,6 +128,7 @@ local L = setmetatable({ svelte = { M.html, M.html }, swift = { M.cxx_l, M.cxx_b }, sxhkdrc = { M.hash }, + tablegen = { M.cxx_l, M.cxx_b }, teal = { M.dash, M.dash_bracket }, terraform = { M.hash, M.cxx_b }, tex = { M.latex },