dotfiles

<-- duh.
git clone https://hhvn.uk/dotfiles
git clone git://hhvn.uk/dotfiles
Log | Files | Refs | Submodules | LICENSE

recent.vim (339B)


      1 setlocal nonumber norelativenumber
      2 if exists("b:current_syntax")
      3 	finish
      4 endif
      5 
      6 syn match rNum '\[[0-9]*\]'
      7 syn match rChar '\[[A-Za-z]*\]'
      8 syn match rHead '^\s*["A-Za-z0-9].*'
      9 hi rNum cterm=none ctermfg=30 gui=none guifg=#008787
     10 hi rChar cterm=none ctermfg=28 gui=none guifg=#008700
     11 hi rHead cterm=bold ctermfg=255 gui=bold guifg=#eeeeee