Hi,
I have updated the list of Vala keywords. I also added Valadoc keywords
to the 'docComment' value. There were some keywords that I didn't know
about in the 'primary' value, so I left them to be safe.
Also still curious about the default tags I asked about in:
http://lists.uvena.de/geany-devel/2011-February/003936.html
Cheers,
Matthew Brush
diff --git a/data/filetypes.vala b/data/filetypes.vala
index 1a0dd3f..b767f05 100644
--- a/data/filetypes.vala
+++ b/data/filetypes.vala
@@ -26,10 +26,10 @@ globalclass=type
[keywords]
# all items must be in one line
-primary=abstract as async base bool break callback case catch char class const constpointer construct continue default delegate delete do domain double dynamic else ensures enum error extern false finally float for foreach generic get global if in inline int int16 int32 int64 int8 interface internal is lock long namespace new null out override owned private protected public ref requires return set short signal size_t sizeof ssize_t static string struct switch this throw time_t true try typeof uchar uint uint16 uint32 uint64 uint8 ulong unichar unowned ushort using value var virtual void weak while yield
-secondary=
-# these are some doxygen and valadoc keywords (incomplete)
-docComment=attention author brief bug class code date def deprecated enum example exception file fn inheritDoc link namespace note param remarks return see since struct throw throws todo typedef union var version warning
+primary=else if switch case default break continue return for foreach in do while is try catch finally throw namespace interface class struct enum signal errordomain construct callback get set base const static var weak virtual abstract override inline extern public protected private delegate out ref lock using true false null generic new delete base this value typeof sizeof throws requires ensures void bool char uchar int uint short ushort long ulong size_t ssize_t int8 uint8 int16 uint16 int32 uint32 int64 uint64 float double unichar string constpointer time_t
+#secondary=
+# these are some doxygen keywords (incomplete)
+docComment=attention author brief bug class code date def enum example exception file fn namespace note param remarks return see since struct throw todo typedef var version warning union
[lexer_properties]
styling.within.preprocessor=1
_______________________________________________
Geany-devel mailing list
[email protected]
https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel