SF.net SVN: geany:[5300] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Mon Oct 18 11:32:33 UTC 2010


Revision: 5300
          http://geany.svn.sourceforge.net/geany/?rev=5300&view=rev
Author:   ntrel
Date:     2010-10-18 11:32:33 +0000 (Mon, 18 Oct 2010)

Log Message:
-----------
Add missing C99 keyword 'restrict' (#3046716).
Add missing D1 keywords 'ref' and 'macro'.
Add D2 keywords.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/data/filetypes.c
    trunk/data/filetypes.d

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-10-16 12:37:20 UTC (rev 5299)
+++ trunk/ChangeLog	2010-10-18 11:32:33 UTC (rev 5300)
@@ -1,3 +1,11 @@
+2010-10-18  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>
+
+ * data/filetypes.c, data/filetypes.d:
+   Add missing C99 keyword 'restrict' (#3046716).
+   Add missing D1 keywords 'ref' and 'macro'.
+   Add D2 keywords.
+
+
 2010-10-16  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
 
  * src/search.c:

Modified: trunk/data/filetypes.c
===================================================================
--- trunk/data/filetypes.c	2010-10-16 12:37:20 UTC (rev 5299)
+++ trunk/data/filetypes.c	2010-10-18 11:32:33 UTC (rev 5300)
@@ -26,7 +26,7 @@
 
 [keywords]
 # all items must be in one line
-primary=asm auto break case char const continue default do double else enum extern float for goto if inline int long register return short signed sizeof static struct switch typedef union unsigned void volatile while FALSE NULL TRUE
+primary=asm auto break case char const continue default do double else enum extern float for goto if inline int long register restrict return short signed sizeof static struct switch typedef union unsigned void volatile while FALSE NULL TRUE
 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

Modified: trunk/data/filetypes.d
===================================================================
--- trunk/data/filetypes.d	2010-10-16 12:37:20 UTC (rev 5299)
+++ trunk/data/filetypes.d	2010-10-18 11:32:33 UTC (rev 5300)
@@ -22,7 +22,7 @@
 
 [keywords]
 # all items must be in one line
-primary=__FILE__ __LINE__ __DATA__ __TIME__ __TIMESTAMP__ abstract alias align asm assert auto body bool break byte case cast catch cdouble cent cfloat char class const continue creal dchar debug default delegate delete deprecated do double else enum export extern false final finally float for foreach function goto idouble if ifloat import in inout int interface invariant ireal is long mixin module new null out override package pragma private protected public real return scope short static struct super switch synchronized template this throw true try typedef typeof ubyte ucent uint ulong union unittest ushort version void volatile wchar while with
+primary=__FILE__ __LINE__ __DATA__ __TIME__ __TIMESTAMP__ abstract alias align asm assert auto body bool break byte case cast catch cdouble cent cfloat char class const continue creal dchar debug default delegate delete deprecated do double else enum export extern false final finally float for foreach function goto idouble if ifloat immutable import in inout int interface invariant ireal is long macro mixin module new nothrow null out override package pragma private protected public pure real ref return scope shared short static struct super switch synchronized template this throw true try typedef typeof ubyte ucent uint ulong union unittest ushort version void volatile wchar while with
 secondary=
 # documentation keywords for D, currently not working
 docComment=Authors Bugs Copyright Date Deprecated Examples History License Macros Params Returns See_Also Standards Throws Version


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list