set filetype to javascript for .es6
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user