]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - vim/after/syntax/crontab.vim
46713e87c71b6d85027c4bed77d0ad516ee394ec
[config/dotfiles.git] / vim / after / syntax / crontab.vim
1 " Vim syntax file
2 " Language:     Crontab files
3 " Maintainer:   Simon Ruderich <simon@ruderich.org>
4 " Last Change:  2008-11-13
5
6
7 " Don't check spelling in variables.
8 syntax match crontabVar "^\s*\k\w*\s*="me=e-1 contains=@NoSpell