(fn tbl? [x] (= :table (type x))) (fn highlight! [group colset] "Add a highlighting group." `(vim.api.nvim_set_hl 0 ,group ,colset)) (fn link! [group link] "Link a highlighting group." (highlight! group {:link link})) {: highlight! : link!}