Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Add tcsh to markdown fenced languages
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Jul 29, 2016
1 parent b7fb61f commit e24c1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim/vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ let g:EditorConfig_exclude_patterns = ['fugitive://.*']
nnoremap coq :call ToggleQuickfixList()<Cr>
"}}}
" {{{ vim-markdown
let g:markdown_fenced_languages = ['python', 'sh', 'rust']
let g:markdown_fenced_languages = ['python', 'sh', 'rust', 'tcsh']
"}}}
" {{{ fzf
set rtp+=~/.fzf
Expand Down

0 comments on commit e24c1b9

Please sign in to comment.