[geany/geany] c25019: Add HTML and XML template extensions
elextr
git-noreply at xxxxx
Wed Jul 30 06:07:50 UTC 2014
Branch: refs/heads/master
Author: elextr <elextr at gmail.com>
Committer: elextr <elextr at gmail.com>
Date: Wed, 30 Jul 2014 06:07:50 UTC
Commit: c250195b81827b159c32a2c8d4c0d6f4bda7d35d
https://github.com/geany/geany/commit/c250195b81827b159c32a2c8d4c0d6f4bda7d35d
Log Message:
-----------
Add HTML and XML template extensions
Add *.tpl and *.xtpl.
Modified Paths:
--------------
data/filetype_extensions.conf
Modified: data/filetype_extensions.conf
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -34,7 +34,7 @@ Go=*.go;
Graphviz=*.gv;*.dot;
Haskell=*.hs;*.lhs;*.hs-boot;*.lhs-boot;
Haxe=*.hx;
-HTML=*.htm;*.html;*.shtml;*.hta;*.htd;*.htt;*.cfm;
+HTML=*.htm;*.html;*.shtml;*.hta;*.htd;*.htt;*.cfm;*.tpl;
Java=*.java;*.jsp;
Javascript=*.js;
LaTeX=*.tex;*.sty;*.idx;*.ltx;*.latex;*.aux;*.bib;
@@ -63,7 +63,7 @@ Txt2tags=*.t2t;
Vala=*.vala;*.vapi;
Verilog=*.v;
VHDL=*.vhd;*.vhdl;
-XML=*.xml;*.sgml;*.xsl;*.xslt;*.xsd;*.xhtml;*.xul;*.dtd;
+XML=*.xml;*.sgml;*.xsl;*.xslt;*.xsd;*.xhtml;*.xul;*.dtd;*.xtpl;
YAML=*.yaml;*.yml;
None=*;
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list