We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b3fdf commit 8f078f4Copy full SHA for 8f078f4
vimrc
@@ -126,7 +126,6 @@ augroup vimrcEx
126
127
" Set syntax highlighting for specific file types
128
autocmd BufNewFile,BufRead *.prawn,Brewfile set filetype=ruby
129
- autocmd BufRead,BufNewFile *.md set filetype=markdown
130
autocmd BufRead,BufNewFile .{jscs,jshint,eslint}rc set filetype=json
131
autocmd FileType text,markdown,mkd,pandoc call lexical#init()
132
augroup END
0 commit comments