update pfiles.rb

added literal html support
This commit is contained in:
Atlas Cove 2023-07-29 10:27:36 +01:00
parent ef14b3e120
commit 2a28fbdd37
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ l=list.collect
case ARGV.first
when "doc"
for i in l do
next if ignore.include?(i)
next if ignore.include?(i) or /\.v.html/.match?(i)
if /\.(txti|org|md|html)$/.match?(i)
print i
print ' ' unless i==l.last