SF.net SVN: geany:[3642] branches/reorder-filetypes/src/filetypes.c

ntrel at users.sourceforge.net ntrel at xxxxx
Fri Mar 20 16:41:12 UTC 2009


Revision: 3642
          http://geany.svn.sourceforge.net/geany/?rev=3642&view=rev
Author:   ntrel
Date:     2009-03-20 16:41:12 +0000 (Fri, 20 Mar 2009)

Log Message:
-----------
Move ActionScript to the Script group.

Modified Paths:
--------------
    branches/reorder-filetypes/src/filetypes.c

Modified: branches/reorder-filetypes/src/filetypes.c
===================================================================
--- branches/reorder-filetypes/src/filetypes.c	2009-03-20 16:33:59 UTC (rev 3641)
+++ branches/reorder-filetypes/src/filetypes.c	2009-03-20 16:41:12 UTC (rev 3642)
@@ -492,7 +492,7 @@
 	ft->pattern = utils_strv_new("*.as", NULL);
 	ft->comment_open = g_strdup("//");
 	ft->comment_close = NULL;
-	ft->group = GEANY_FILETYPE_GROUP_COMPILED;
+	ft->group = GEANY_FILETYPE_GROUP_SCRIPT;
 
 #define R
 	ft = filetypes[GEANY_FILETYPES_R];


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list