- Syntax highlighting for crontab files (default
*.tab,*.crontabandcron.d) - Color-coded underline for
cronexpressions. - "Edit my crontab" command palette entry.
- Completions for
cronexpressions and enums like month names. - Hover on a
cronexpression for an explanation. - Shell syntax highlighting for
croncommands - Comment and uncommenting lines using Ctrl+/ or Cmd+/.
- "Build" system to lint with
crontab -T(if supported on your machine).
- Run “Package Control: Install Package” command
- Find and Install the
Crontabplugin. - Restart Sublime Text.
- 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. (#4)
- Continuous integration
- Autocomplete works after
,and-
- 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_descriptorpackage.
