瀏覽代碼

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

Lucas Stadler 11 年之前
父節點
當前提交
e745bcdb77
共有 1 個文件被更改,包括 1 次插入0 次删除
  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