Skip to content

Commit 084a2a7

Browse files
committed
Merge pull request #9 from shaunix/master
xmllint, xmlwf, xsltproc: Complete on Mallard *.page files
2 parents 09f56f8 + 1c005b1 commit 084a2a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

completions/xmllint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ _xmllint()
3838
return 0
3939
fi
4040

41-
_filedir '@(*ml|htm|svg?(z)|xs[dl]|rng|wsdl|jnlp|tld|dbk|docbook)?(.gz)'
41+
_filedir '@(*ml|htm|svg?(z)|xs[dl]|rng|wsdl|jnlp|tld|dbk|docbook|page)?(.gz)'
4242
} &&
4343
complete -F _xmllint xmllint
4444

completions/xmlwf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ _xmlwf()
2525
return 0
2626
fi
2727

28-
_filedir '@(*ml|htm|svg|xs[dl]|rng|wsdl|jnlp|tld|dbk|docbook)'
28+
_filedir '@(*ml|htm|svg|xs[dl]|rng|wsdl|jnlp|tld|dbk|docbook|page)'
2929
} &&
3030
complete -F _xmlwf xmlwf
3131

completions/xsltproc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ _xsltproc()
4242
COMPREPLY=( "${COMPREPLY[@]%:}" )
4343
else
4444
# TODO: 1st file xsl|xslt, 2nd XML
45-
_filedir '@(xsl|xslt|xml|dbk|docbook)'
45+
_filedir '@(xsl|xslt|xml|dbk|docbook|page)'
4646
fi
4747
} &&
4848
complete -F _xsltproc xsltproc

0 commit comments

Comments
 (0)