From 85a140766bdcc1fffca18bd421c1b413b2f3b859 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Mon, 4 Mar 2024 19:43:28 +0100 Subject: [PATCH] Add ANTLR4 syntax --- lua/Comment/ft.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/Comment/ft.lua b/lua/Comment/ft.lua index 812eacd..a64590f 100644 --- a/lua/Comment/ft.lua +++ b/lua/Comment/ft.lua @@ -40,6 +40,7 @@ local M = { local L = setmetatable({ arduino = { M.cxx_l, M.cxx_b }, applescript = { M.hash }, + antlr4 = { M.cxx_l, M.cxx_b }, astro = { M.html }, autohotkey = { M.semicolon, M.cxx_b }, bash = { M.hash },