Skip to content

Commit

Permalink
Adds support for '.vue' extensions out-of-the-box (fixes #235)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanoasis committed Mar 10, 2018
1 parent 45bc341 commit 8998fe2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/webdevicons.vim
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,8 @@ function! s:setDictionaries()
\ 'ts' : '',
\ 'tsx' : '',
\ 'jl' : '',
\ 'pp' : ''
\ 'pp' : '',
\ 'vue' : ''
\}

let s:file_node_exact_matches = {
Expand Down

0 comments on commit 8998fe2

Please sign in to comment.