dotfiles

personal dotfiles
git clone anongit@rnpnr.xyz:dotfiles.git
Log | Files | Refs | Feed | Submodules

Commit: 2c7506f93c7f3733e8b6beaab019ddf2106f2ed3
Parent: 8aed3f3e15f3198f628ef4faf7ba32b981e17da2
Author: Randy Palamar
Date:   Fri, 30 Aug 2024 11:17:10 -0600

vis: add the IMPORTANT keyword highlighting

Diffstat:
M.config/vis/visrc.lua | 9+++++----
1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/.config/vis/visrc.lua b/.config/vis/visrc.lua @@ -10,10 +10,11 @@ local gf = require('goto-ref') local util = require('util') local highlight = require('highlight') highlight.keywords = { - NOCOMMIT = 'fore:cyan,underlined,bold,blink', - FIXME = 'fore:red,underlined,bold', - NOTE = 'fore:green,underlined,bold', - TODO = 'fore:magenta,underlined,bold', + NOCOMMIT = 'fore:cyan,underlined,bold,blink', + FIXME = 'fore:red,underlined,bold', + NOTE = 'fore:green,underlined,bold', + TODO = 'fore:magenta,underlined,bold', + IMPORTANT = 'fore:yellow,underlined,bold', } local mww = 72 -- Min Window Width