[anjuta] file-wizard: Add vala source file



commit d4930faff4e254225cad4311c69a67ec78abfb53
Author: Jens Georg <mail jensge org>
Date:   Sat Oct 16 23:25:30 2010 +0200

    file-wizard: Add vala source file

 plugins/file-wizard/file.c |    1 +
 plugins/file-wizard/file.h |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/plugins/file-wizard/file.c b/plugins/file-wizard/file.c
index f7a141d..b187e63 100644
--- a/plugins/file-wizard/file.c
+++ b/plugins/file-wizard/file.c
@@ -89,6 +89,7 @@ NewfileType new_file_type[] = {
 	{N_("Perl Source File"), ".pl", -1, TRUE, TRUE, CMT_P, LGE_PERL},
 	{N_("Python Source File"), ".py", -1, TRUE, FALSE, CMT_P, LGE_PYTHON},
 	{N_("Shell Script File"), ".sh", -1, TRUE, TRUE, CMT_P, LGE_SHELL},
+	{N_("Vala Source File"), ".vala", -1, FALSE, CMT_CPP, LGE_VALA},
 	{N_("Other"), NULL, -1, FALSE, FALSE, CMT_C, LGE_C}
 };
 
diff --git a/plugins/file-wizard/file.h b/plugins/file-wizard/file.h
index cdba55c..ac8bd7d 100644
--- a/plugins/file-wizard/file.h
+++ b/plugins/file-wizard/file.h
@@ -57,7 +57,8 @@ typedef enum _Lge
 	LGE_JAVA,
 	LGE_PERL,
 	LGE_PYTHON,
-	LGE_SHELL
+	LGE_SHELL,
+	LGE_VALA
 } Lge;
 
 typedef enum _Cmt



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]