about summary refs log tree commit diff
path: root/fnl/nvrc/macro/color.fnl
blob: 70e23eeea92cc36680cf313e6ae7ef9460b7a6df (plain)
1
2
3
4
5
6
7
8
9
(fn tbl? [x]
  (= :table (type x)))

(fn highlight! [group colset]
  "Add a highlighting group."
  `(vim.api.nvim_set_hl 0 ,group ,colset))


{: highlight!}