Add crontab highlights

This commit is contained in:
Iron_E 2020-09-02 13:05:50 -04:00
parent 93a9d7ec82
commit 055131a616
No known key found for this signature in database
GPG Key ID: B0B37DE7EDC2335F
1 changed files with 7 additions and 0 deletions

View File

@ -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