[geany/geany] 13ef73: Recognize .exp (Expect) files as Tcl
Simon Marchi
git-noreply at xxxxx
Sat Sep 10 03:52:01 UTC 2016
Branch: refs/heads/master
Author: Simon Marchi <simon.marchi at polymtl.ca>
Committer: Matthew Brush <matt at geany.org>
Date: Sat, 10 Sep 2016 03:52:01 UTC
Commit: 13ef73d109ad6fba3189b2f69c3c88b3f30e9772
https://github.com/geany/geany/commit/13ef73d109ad6fba3189b2f69c3c88b3f30e9772
Log Message:
-----------
Recognize .exp (Expect) files as Tcl
Expect [1] scripts filenames generally end in .exp, although the code
itself is actually in Tcl. I find my self manually selecting Tcl quite
often, so I think it would be nice if Geany would recognize it direcly
as Tcl.
[1] http://expect.sourceforge.net/
Signed-off-by: Simon Marchi <simon.marchi at polymtl.ca>
Modified Paths:
--------------
data/filetype_extensions.conf
Modified: data/filetype_extensions.conf
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -61,7 +61,7 @@ Ruby=*.rb;*.rhtml;*.ruby;*.gemspec;Gemfile;rakefile;Rakefile;
Scala=*.scala;*.scl;
Sh=*.sh;configure;configure.in;configure.in.in;configure.ac;*.ksh;*.mksh;*.zsh;*.ash;*.bash;.bashrc;bash.bashrc;.bash_*;bash_*;*.m4;PKGBUILD;*profile;
SQL=*.sql;
-Tcl=*.tcl;*.tk;*.wish;
+Tcl=*.tcl;*.tk;*.wish;*.exp;
Txt2tags=*.t2t;
Vala=*.vala;*.vapi;
Verilog=*.v;
--------------
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