Skip to content

Commit

Permalink
vimfiles: Add Vim to Markdown fenced languages
Browse files Browse the repository at this point in the history
  • Loading branch information
derekerdmann committed Feb 23, 2024
1 parent 6f83f25 commit b285b4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vimfiles/ftplugin/markdown.vim
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ let g:markdown_fenced_languages = [
\ 'kotlin',
\ 'swift',
\ 'cmake',
\ 'meson'
\ 'meson',
\ 'vim',
\ ]

let b:ale_linters = [
Expand Down

0 comments on commit b285b4e

Please sign in to comment.