Support for cron #6245
Answered
by
lildude
PanderMusubi
asked this question in
Classification
Support for cron
#6245
-
Which language from https://github.com/github/linguist/blob/master/lib/linguist/languages.yml should be used for syntax highlighting of (lines of) cron files? Or is this not yet supported? |
Beta Was this translation helpful? Give feedback.
Answered by
lildude
Jan 9, 2023
Replies: 1 comment
-
Linguist doesn't have specific support for crontab files, but you can probably get 'good enough' highlighting using # This is a crontab comment
2,6,10,14,18,22 * * * /path/to/your/cmd > /dev/null 2>&1 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PanderMusubi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Linguist doesn't have specific support for crontab files, but you can probably get 'good enough' highlighting using
shell
: