[geany/geany] 911e5d: Detect SCons configuration files as Python

Stephen Coleman git-noreply at geany.org
Fri Feb 1 14:35:56 UTC 2013


Branch:      refs/heads/master
Author:      Stephen Coleman <omegacoleman at gmail.com>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Fri, 01 Feb 2013 14:35:56 UTC
Commit:      911e5dca1761a0aad090e981a60ed5c937d01c46
             https://github.com/geany/geany/commit/911e5dca1761a0aad090e981a60ed5c937d01c46

Log Message:
-----------
Detect SCons configuration files as Python

SCons configuration files are plain Python, just without the .py
extension.


Modified Paths:
--------------
    data/filetype_extensions.conf

Modified: data/filetype_extensions.conf
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -44,7 +44,7 @@ Pascal=*.pas;*.pp;*.inc;*.dpr;*.dpk;
 Perl=*.pl;*.perl;*.pm;*.agi;*.pod;
 PHP=*.php;*.php3;*.php4;*.php5;*.phtml;
 Po=*.po;*.pot;
-Python=*.py;*.pyw;
+Python=*.py;*.pyw;SConstruct;SConscript;
 reStructuredText=*.rest;*.reST;*.rst;
 R=*.R;*.r;
 Ruby=*.rb;*.rhtml;*.ruby;



--------------
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