Skip to content

Commit

Permalink
feat(xmllint,xmlwf): also suggest *.rss files
Browse files Browse the repository at this point in the history
  • Loading branch information
ittner authored and scop committed Apr 1, 2024
1 parent 7051379 commit a89cde2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion completions/xmllint
Expand Up @@ -46,7 +46,7 @@ _comp_cmd_xmllint()
return
fi

_comp_compgen_filedir '@(*ml|htm|svg?(z)|xs[dl]|rng|wsdl|jnlp|tld|dbk|docbook|page)?(.gz)'
_comp_compgen_filedir '@(*ml|htm|svg?(z)|xs[dl]|rng|wsdl|jnlp|tld|dbk|docbook|page|rss)?(.gz)'
} &&
complete -F _comp_cmd_xmllint xmllint

Expand Down
2 changes: 1 addition & 1 deletion completions/xmlwf
Expand Up @@ -24,7 +24,7 @@ _comp_cmd_xmlwf()
return
fi

_comp_compgen_filedir '@(*ml|htm|svg|xs[dl]|rng|wsdl|jnlp|tld|dbk|docbook|page)'
_comp_compgen_filedir '@(*ml|htm|svg|xs[dl]|rng|wsdl|jnlp|tld|dbk|docbook|page|rss)'
} &&
complete -F _comp_cmd_xmlwf xmlwf

Expand Down

0 comments on commit a89cde2

Please sign in to comment.