Move ActionScript to the Script group.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/branches/reorder-filetypes@3642 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Nick Treleaven 2009-03-20 16:41:12 +00:00
parent 2cc65983d2
commit 305707906c

View File

@ -492,7 +492,7 @@ static void init_builtin_filetypes(void)
ft->pattern = utils_strv_new("*.as", NULL); ft->pattern = utils_strv_new("*.as", NULL);
ft->comment_open = g_strdup("//"); ft->comment_open = g_strdup("//");
ft->comment_close = NULL; ft->comment_close = NULL;
ft->group = GEANY_FILETYPE_GROUP_COMPILED; ft->group = GEANY_FILETYPE_GROUP_SCRIPT;
#define R #define R
ft = filetypes[GEANY_FILETYPES_R]; ft = filetypes[GEANY_FILETYPES_R];