Sfoglia il codice sorgente

~/.vimrc: highlight .pxi's with clojure syntax

Lucas Stadler 11 anni fa
parent
commit
e745bcdb77
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .vimrc

+ 1 - 0
.vimrc

@ -98,6 +98,7 @@ au FileType text set textwidth=72
98 98
au BufNewFile,BufRead *.{hs,lhs} set comments=:--,sr:{-,ex:-}
99 99
au BufNewFile,BufRead *.rb set comments=:#,s:=begin,e:=end
100 100
au BufNewFile,BufRead *.{opa,trx} set filetype=opa shiftwidth=2 tabstop=2 expandtab
101
au BufNewFile,BufRead *.pxi set filetype=clojure
101 102
102 103
" Don't let me further than 1 line towards the end or the beginning.
103 104
set scrolloff=1