Branch: refs/heads/master Author: Nick Treleaven nick.treleaven@btinternet.com Committer: Nick Treleaven nick.treleaven@btinternet.com Date: Mon, 05 Nov 2012 16:18:43 UTC Commit: a742ff354673d6a593b65666f6b158e6f6c8bba3 https://github.com/geany/geany/commit/a742ff354673d6a593b65666f6b158e6f6c8bb...
Log Message: ----------- Parse scope for D nested template blocks (#3582833)
Modified Paths: -------------- tagmanager/ctags/c.c
Modified: tagmanager/ctags/c.c 4 files changed, 4 insertions(+), 0 deletions(-) =================================================================== @@ -1191,6 +1191,10 @@ static void addOtherFields (tagEntryInfo* const tag, const tagType type, { default: break;
+ case TAG_NAMESPACE: + /* D nested template block */ + if (!isLanguage(Lang_d)) + break; case TAG_CLASS: case TAG_ENUM: case TAG_ENUMERATOR:
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).