Add crontab highlights
This commit is contained in:
parent
93a9d7ec82
commit
055131a616
|
@ -577,6 +577,13 @@ local highlight_groups = {
|
||||||
--[[ 4.3.30. dos INI ]]
|
--[[ 4.3.30. dos INI ]]
|
||||||
dosiniHeader = 'Title',
|
dosiniHeader = 'Title',
|
||||||
|
|
||||||
|
--[[ 4.3.31. Crontab ]]
|
||||||
|
crontabDay = 'StorageClass',
|
||||||
|
crontabDow = 'String',
|
||||||
|
crontabHr = 'Number',
|
||||||
|
crontabMin = 'Float',
|
||||||
|
crontabMnth = 'Structure',
|
||||||
|
|
||||||
--[[ 4.4. Plugins
|
--[[ 4.4. Plugins
|
||||||
Everything in this section is OPTIONAL. Feel free to remove everything
|
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
|
here if you don't want to define it, or add more if there's something
|
||||||
|
|
Loading…
Reference in New Issue