dotfiles

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

alcl.vim (134B)


      1 if exists("b:current_syntax")
      2  	finish
      3 endif
      4 
      5 runtime! syntax/markdown.vim
      6 
      7 syn match alclComment '^!.*'
      8 
      9 hi link alclComment Comment