[Github-comments] [geany/geany] Fix the symbols tree hierarchy when several tags have the same name (#1598)

Jiří Techet notifications at xxxxx
Sat Sep 23 13:57:36 UTC 2017


techee commented on this pull request.



> @@ -693,6 +693,47 @@ const gchar *tm_tag_context_separator(TMParserType lang)
 	}
 }
 
+gboolean tm_tag_has_full_context(TMParserType lang)

That's a good point. Since we now have tm_parser.c/h files where also the tag mappings are present, it seems to be a good place for this function too. And tm_tag_context_separator(), tm_tag_langs_compatible() should be moved there too so all these parser-specific mappings are at one place.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1598#discussion_r140633998
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170923/4a252006/attachment.html>


More information about the Github-comments mailing list