From d19dbfff28295558c3b13dd44fa63c869a2bb6e2 Mon Sep 17 00:00:00 2001 From: Azad <49314270+Akmadan23@users.noreply.github.com> Date: Fri, 3 Mar 2023 13:48:07 +0100 Subject: [PATCH] feat: add `yuck` support Ref: https://elkowar.github.io/eww/configuration.html --- lua/Comment/ft.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/Comment/ft.lua b/lua/Comment/ft.lua index 2ce91f1d..f3d5c6ea 100644 --- a/lua/Comment/ft.lua +++ b/lua/Comment/ft.lua @@ -135,6 +135,7 @@ local L = setmetatable({ xml = { M.html, M.html }, xdefaults = { '!%s' }, yaml = { M.hash }, + yuck = { M.lisp_l }, zig = { M.cxx_l }, -- Zig doesn't have block comments }, { -- Support for compound filetype i.e. 'ios.swift', 'ansible.yaml' etc.