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:
parent
2cc65983d2
commit
305707906c
@ -492,7 +492,7 @@ static void init_builtin_filetypes(void)
|
||||
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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user