Skip to content

Commit

Permalink
add 'mjs' extension (#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
brad-f authored and bounceme committed Aug 12, 2017
1 parent c5e5e20 commit c03aee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftdetect/javascript.vim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
au BufNewFile,BufRead *.{js,jsm,es,es6},Jakefile setf javascript
au BufNewFile,BufRead *.{js,mjs,jsm,es,es6},Jakefile setf javascript

fun! s:SourceFlowSyntax()
if !exists('javascript_plugin_flow') && !exists('b:flow_active') &&
Expand Down

0 comments on commit c03aee7

Please sign in to comment.