Skip to content

Commit

Permalink
Merge pull request ryanoasis#412 from SarveshMD/master
Browse files Browse the repository at this point in the history
Closes ryanoasis#319. [add] support for .pem files
  • Loading branch information
ryanoasis committed Dec 10, 2021
2 parents 62b4c83 + 9943fa3 commit 0a0035d
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 @@ -279,7 +279,8 @@ function! s:setDictionaries()
\ 'tex' : '',
\ 'r' : '',
\ 'rproj' : '',
\ 'sol' : ''
\ 'sol' : '',
\ 'pem' : ''
\}

let s:file_node_exact_matches = {
Expand Down

0 comments on commit 0a0035d

Please sign in to comment.