Skip to content

Commit

Permalink
enable highlighting for gitit wiki pages
Browse files Browse the repository at this point in the history
  • Loading branch information
fs111 committed Dec 9, 2012
1 parent 4350acd commit ddb208a
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bundle/ack.vim
Submodule ack.vim updated 3 files
+8 −5 README.md
+19 −0 doc/ack.txt
+2 −1 plugin/ack.vim
2 changes: 1 addition & 1 deletion bundle/nerdcommenter
2 changes: 1 addition & 1 deletion bundle/pathogen
2 changes: 1 addition & 1 deletion bundle/pydoc.vim
Submodule pydoc.vim updated 3 files
+1 −1 .gitignore
+7 −3 README
+157 −103 ftplugin/python_pydoc.vim
2 changes: 1 addition & 1 deletion bundle/tagbar
2 changes: 1 addition & 1 deletion bundle/vim-surround
4 changes: 4 additions & 0 deletions vimrc
Expand Up @@ -48,6 +48,10 @@ endif
" avro idl support
au BufRead,BufNewFile *.avdl setlocal filetype=avro-idl


" gitit wiki pages are markdown
au BufRead,BufNewFile *.page setlocal filetype=markdown

" colors!
set t_Co=256
colo molokai
Expand Down

0 comments on commit ddb208a

Please sign in to comment.