Skip to content

Commit

Permalink
Merge pull request #228 from IngoHeimbach/feature/docker-support
Browse files Browse the repository at this point in the history
Added support for Docker
  • Loading branch information
ryanoasis authored Mar 10, 2018
2 parents 97401de + b0dcd76 commit 721bc21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugin/webdevicons.vim
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,9 @@ function! s:setDictionaries()
\ 'license' : '',
\ 'node_modules' : '',
\ 'react.jsx' : '',
\ 'procfile' : ''
\ 'procfile' : '',
\ 'dockerfile' : '',
\ 'docker-compose.yml' : '',
\}

let s:file_node_pattern_matches = {
Expand Down

0 comments on commit 721bc21

Please sign in to comment.