rpms/vala/devel vala-mode.el,1.1,1.2

Michel Alexandre Salim salimma at fedoraproject.org
Sat Oct 3 09:36:04 UTC 2009


Author: salimma

Update of /cvs/pkgs/rpms/vala/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25170

Modified Files:
	vala-mode.el 
Log Message:
latest vala-mode.el Emacs mode



Index: vala-mode.el
===================================================================
RCS file: /cvs/pkgs/rpms/vala/devel/vala-mode.el,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- vala-mode.el	15 Jul 2008 16:41:39 -0000	1.1
+++ vala-mode.el	3 Oct 2009 09:36:00 -0000	1.2
@@ -226,7 +226,8 @@
 (c-lang-defconst c-modifier-kwds
   vala '("public" "partial" "private" "const" "abstract"
 	 "protected" "ref" "in" "out" "static" "virtual"
-	 "override" "params" "internal"))
+	 "override" "params" "internal" "weak" "owned"
+	 "unowned"))
 
 ;; We don't use the protection level stuff because it breaks the
 ;; method indenting. Not sure why, though.
@@ -246,11 +247,11 @@
 
 ;; Sets up the enum to handle the list properly
 (c-lang-defconst c-brace-list-decl-kwds
-  vala '("enum"))
+  vala '("enum" "errordomain"))
 
 ;; We need to remove Java's package keyword
 (c-lang-defconst c-ref-list-kwds
-  vala '("using" "namespace"))
+  vala '("using" "namespace" "construct"))
 
 ;; Follow-on blocks that don't require a brace
 (c-lang-defconst c-block-stmt-2-kwds
@@ -389,7 +390,6 @@ Key bindings:
   (run-hooks 'vala-mode-hook)
   (c-update-modeline))
 
-

 (provide 'vala-mode)
 
 ;;; vala-mode.el ends here




More information about the fedora-extras-commits mailing list