- Syntax highlighting for crontab files (default
*.tab
,*.crontab
andcron.d
) - Color-coded underline for
cron
expressions. - Completions for
cron
expressions and enums like month names. - Hover on a
cron
expression for an explanation. - Shell syntax highlighting for cron commands
- Comment and uncommenting lines using Ctrl+/ or Cmd+/.
- Run “Package Control: Install Package” command
- Find and Install the
Crontab
plugin. - Restart Sublime Text.
- Alert on unescaped usage of
%
in crontab line. - Provide a template file of things to do when creating a crontab file.
- Additional "system" crontab syntax with user/group support.
- Options to change or disable rainbow underlines.
- clarkewd's original Crontab Highlighting Package which was inherited from kevinior and WheresWardy.
- Varun Nayyar and his adaptation of the package to
.sublime-syntax
. - Adam Schubert and his
cron_descriptor
package.