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