Skip to content

Commit

Permalink
Add bash config for g:markdown_fenced_languages & sorted
Browse files Browse the repository at this point in the history
  • Loading branch information
kashewnuts committed Jul 18, 2021
1 parent 1f39384 commit 6894a7b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions files/.vim/after/ftplugin/markdown.vim
@@ -1,19 +1,19 @@
let g:markdown_fenced_languages = [
\ 'bash',
\ 'sh',
\ 'c',
\ 'cpp',
\ 'css',
\ 'conf',
\ 'config',
\ 'help',
\ 'cpp',
\ 'css',
\ 'go',
\ 'help',
\ 'javascript',
\ 'js=javascript',
\ 'json=javascript',
\ 'python',
\ 'xml',
\ 'sh',
\ 'vim',
\ 'xml',
\]
" \ 'textile',
" \ 'java',

0 comments on commit 6894a7b

Please sign in to comment.