set filetype to javascript for .es6

This commit is contained in:
Nick Nisi
2016-04-28 15:19:38 -05:00
parent 1065a7a5f6
commit dc84fc3366

View File

@@ -153,6 +153,7 @@ augroup configgroup
autocmd BufNewFile,BufRead .babelrc set filetype=json autocmd BufNewFile,BufRead .babelrc set filetype=json
autocmd BufNewFile,BufRead .jshintrc set filetype=json autocmd BufNewFile,BufRead .jshintrc set filetype=json
autocmd BufNewFile,BufRead .eslintrc set filetype=json autocmd BufNewFile,BufRead .eslintrc set filetype=json
autocmd BufNewFile,BufRead *.es6 set filetype=javascript
" make quickfix windows take all the lower section of the screen " make quickfix windows take all the lower section of the screen
" when there are multiple windows open " when there are multiple windows open