]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - vim/after/syntax/vim.vim
3d22e23136182a319db17419cb53c94ae1940d38
[config/dotfiles.git] / vim / after / syntax / vim.vim
1 " Vim syntax file
2 "
3 " Language:     Vim .vim files
4 " Maintainer:   Simon Ruderich <simon@ruderich.org>
5
6
7 " Fix for the default .vim syntax to also recognize "syntax default" instead
8 " of "syntax def".
9 syn region vimHiLink    contained oneline matchgroup=vimCommand start="\<\(def\(ault\)\?\s\+\)\=link\>\|\<def\>" end="$"        contains=vimHiGroup,vimGroup,vimHLGroup,vimNotation