[geany/geany] 36d1db: Change kind names for Erlang ctags parser

Beng Tan git-noreply at xxxxx
Fri Mar 27 02:56:25 UTC 2015


Branch:      refs/heads/master
Author:      Beng Tan <bengtan at users.noreply.github.com>
Committer:   Beng Tan <bengtan at users.noreply.github.com>
Date:        Fri, 27 Mar 2015 02:56:25 UTC
Commit:      36d1db4bc761cb666f2594dbf1a8f6380da60d43
             https://github.com/geany/geany/commit/36d1db4bc761cb666f2594dbf1a8f6380da60d43

Log Message:
-----------
Change kind names for Erlang ctags parser

... so the tags will appear in Geany.


Modified Paths:
--------------
    tagmanager/ctags/erlang.c

Modified: tagmanager/ctags/erlang.c
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -32,8 +32,8 @@ static kindOption ErlangKinds[] = {
 	{TRUE, 'd', "macro",    "macro definitions"},
 	{TRUE, 'f', "function", "functions"},
 	{TRUE, 'm', "module",   "modules"},
-	{TRUE, 'r', "record",   "record definitions"},
-	{TRUE, 't', "type",     "type definitions"},
+	{TRUE, 'r', "struct",   "record definitions"},
+	{TRUE, 't', "typedef",     "type definitions"},
 };
 
 /*



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list