Skip to content

Commit 55651ba

Browse files
authored
add "es" extension (pangloss#916)
https://github.com/vim/vim/blob/master/runtime/filetype.vim#L1019 already in vim proper. still i wonder why people do this
1 parent b6c00a1 commit 55651ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ftdetect/javascript.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
au BufNewFile,BufRead *.{js,jsm,es6},Jakefile setf javascript
1+
au BufNewFile,BufRead *.{js,jsm,es,es6},Jakefile setf javascript
22

33
fun! s:SourceFlowSyntax()
44
if !exists('javascript_plugin_flow') && !exists('b:flow_active') &&

0 commit comments

Comments
 (0)