[geany/geany] 510bbf: Add .mm extension for Objective-C filetype
Matthew Brush
git-noreply at xxxxx
Thu Feb 16 01:05:25 UTC 2012
Branch: refs/heads/master
Author: Matthew Brush <matt at geany.org>
Committer: Matthew Brush <matt at geany.org>
Date: Thu, 16 Feb 2012 01:05:25
Commit: 510bbfbb05bcec2e08bc2178fb05b142f3dd45bb
https://github.com/geany/geany/commit/510bbfbb05bcec2e08bc2178fb05b142f3dd45bb
Log Message:
-----------
Add .mm extension for Objective-C filetype
Modified Paths:
--------------
data/filetype_extensions.conf
Modified: data/filetype_extensions.conf
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -38,7 +38,7 @@ Make=*.mak;*.mk;GNUmakefile;makefile;Makefile;makefile.*;Makefile.*;
Markdown=*.mdml;*.markdown;*.md;*.mkd;
Matlab/Octave=*.m;
NSIS=*.nsi;*.nsh;
-Objective-C=*.m;*.h;
+Objective-C=*.m;*.mm;*.h;
Pascal=*.pas;*.pp;*.inc;*.dpr;*.dpk;
Perl=*.pl;*.perl;*.pm;*.agi;*.pod;
PHP=*.php;*.php3;*.php4;*.php5;*.phtml;
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
More information about the Commits
mailing list