Branch: refs/heads/document-messages Author: Nick Treleaven nick.treleaven@btinternet.com Committer: Nick Treleaven nick.treleaven@btinternet.com Date: Wed, 04 Jan 2012 16:41:32 Commit: 40499d75111e708513ba6f7d67a5a2a85b9d85b0 https://github.com/geany/geany/commit/40499d75111e708513ba6f7d67a5a2a85b9d85...
Log Message: ----------- Parse D template blocks
Note: they are listed under Module in the symbol list.
Modified Paths: -------------- tagmanager/c.c
Modified: tagmanager/c.c 3 files changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -483,7 +483,8 @@ { "switch", KEYWORD_SWITCH, { 1, 1, 1, 1, 0, 1, 1 } }, { "synchronized", KEYWORD_SYNCHRONIZED, { 0, 0, 0, 1, 0, 0, 1 } }, { "task", KEYWORD_TASK, { 0, 0, 0, 0, 1, 0, 0 } }, - { "template", KEYWORD_TEMPLATE, { 0, 1, 0, 0, 0, 0, 1 } }, + { "template", KEYWORD_TEMPLATE, { 0, 1, 0, 0, 0, 0, 0 } }, + { "template", KEYWORD_NAMESPACE, { 0, 0, 0, 0, 0, 0, 1 } }, /* parse block */ { "this", KEYWORD_THIS, { 0, 0, 1, 1, 0, 1, 0 } }, /* 0 to allow D ctor tags */ { "throw", KEYWORD_THROW, { 0, 1, 1, 1, 0, 1, 1 } }, { "throws", KEYWORD_THROWS, { 0, 0, 0, 1, 0, 1, 0 } },
@@ Diff output truncated at 100000 characters. @@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).