[geany/geany] db30fd: Recognize XPM files as C sources
Colomban Wendling
git-noreply at xxxxx
Sat Jun 27 13:17:34 UTC 2015
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Sat, 27 Jun 2015 13:17:34 UTC
Commit: db30fdc6ecfb4dc0580bd635541854bfb5d8dc53
https://github.com/geany/geany/commit/db30fdc6ecfb4dc0580bd635541854bfb5d8dc53
Log Message:
-----------
Recognize XPM files as C sources
Modified Paths:
--------------
data/filetype_extensions.conf
Modified: data/filetype_extensions.conf
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -10,7 +10,7 @@ Asciidoc=*.asciidoc;
ASM=*.asm;
Batch=*.bat;*.cmd;*.nt;
CAML=*.ml;*.mli;
-C=*.c;*.h;
+C=*.c;*.h;*.xpm;
C++=*.cpp;*.cxx;*.c++;*.cc;*.h;*.hpp;*.hxx;*.h++;*.hh;*.C;*.H;
CUDA=*.cu;*.cuh;*.h;
C#=*.cs;
--------------
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