Skip to content

Commit

Permalink
[add] support for robots.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
SarveshMD committed Aug 30, 2021
1 parent c17487d commit 7a623ce
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 7a623ce

Please sign in to comment.