Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sat, 27 Jun 2015 13:17:34 UTC Commit: db30fdc6ecfb4dc0580bd635541854bfb5d8dc53 https://github.com/geany/geany/commit/db30fdc6ecfb4dc0580bd635541854bfb5d8dc...
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).