From 13ef73d109ad6fba3189b2f69c3c88b3f30e9772 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Mon, 28 Mar 2016 14:20:26 -0400 Subject: [PATCH] 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 --- data/filetype_extensions.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/filetype_extensions.conf b/data/filetype_extensions.conf index 02fb20a12..e161d49f6 100644 --- a/data/filetype_extensions.conf +++ b/data/filetype_extensions.conf @@ -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; -- 2.11.4.GIT