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