Branch: refs/heads/master Author: Antoine Turmel geekshadow@gmail.com Committer: Matthew Brush matt@geany.org Date: Thu, 15 Aug 2013 04:38:47 UTC Commit: db140bb614e56a08546c2bc4eb58359dfe7d2c7c https://github.com/geany/geany/commit/db140bb614e56a08546c2bc4eb58359dfe7d2c...
Log Message: ----------- Adding .xul and .dtd extensions with XML
See: http://en.wikipedia.org/wiki/.xul and http://en.wikipedia.org/wiki/.dtd
Closes #161
Modified Paths: -------------- data/filetype_extensions.conf
Modified: data/filetype_extensions.conf 2 files changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -59,7 +59,7 @@ Txt2tags=*.t2t; Vala=*.vala;*.vapi; Verilog=*.v; VHDL=*.vhd;*.vhdl; -XML=*.xml;*.sgml;*.xsl;*.xslt;*.xsd;*.xhtml; +XML=*.xml;*.sgml;*.xsl;*.xslt;*.xsd;*.xhtml;*.xul;*.dtd; YAML=*.yaml;*.yml; None=*;
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).