Skip to content

Commit

Permalink
Merge pull request ryanoasis#413 from SarveshMD/robots
Browse files Browse the repository at this point in the history
[add] support for robots.txt
  • Loading branch information
ryanoasis committed Dec 10, 2021
2 parents d16475c + 7a623ce commit 62b4c83
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 @@ -318,7 +318,8 @@ function! s:setDictionaries()
\ 'config.ru' : '',
\ 'gemfile' : '',
\ 'makefile' : '',
\ 'cmakelists.txt' : ''
\ 'cmakelists.txt' : '',
\ 'robots.txt' : ''
\}

let s:file_node_pattern_matches = {
Expand Down

0 comments on commit 62b4c83

Please sign in to comment.