Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Mon, 14 Mar 2022 19:05:25 UTC Commit: 9b4daab179211fa7768c1cd8cd2cf87b3c951e97 https://github.com/geany/geany/commit/9b4daab179211fa7768c1cd8cd2cf87b3c951e...
Log Message: ----------- Update R kind mappings
Modified Paths: -------------- src/tagmanager/tm_parser.c
Modified: src/tagmanager/tm_parser.c 7 lines changed, 7 insertions(+), 0 deletions(-) =================================================================== @@ -482,6 +482,13 @@ static TMParserMapEntry map_R[] = { {'f', tm_tag_function_t}, {'l', tm_tag_other_t}, {'s', tm_tag_other_t}, + {'g', tm_tag_undef_t}, + {'v', tm_tag_undef_t}, + {'z', tm_tag_undef_t}, + {'c', tm_tag_undef_t}, + {'L', tm_tag_undef_t}, + {'d', tm_tag_undef_t}, + {'n', tm_tag_undef_t}, };
static TMParserMapEntry map_COBOL[] = {
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).