From 055131a6169886e3b4f133b2d10ed4c940e51cce Mon Sep 17 00:00:00 2001 From: Iron_E Date: Wed, 2 Sep 2020 13:05:50 -0400 Subject: [PATCH] Add crontab highlights --- colors/highlite.vim | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/colors/highlite.vim b/colors/highlite.vim index 94e3ea8..0075da6 100644 --- a/colors/highlite.vim +++ b/colors/highlite.vim @@ -577,6 +577,13 @@ local highlight_groups = { --[[ 4.3.30. dos INI ]] dosiniHeader = 'Title', + --[[ 4.3.31. Crontab ]] + crontabDay = 'StorageClass', + crontabDow = 'String', + crontabHr = 'Number', + crontabMin = 'Float', + crontabMnth = 'Structure', + --[[ 4.4. Plugins Everything in this section is OPTIONAL. Feel free to remove everything here if you don't want to define it, or add more if there's something