Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Mon, 14 Mar 2022 19:07:30 UTC Commit: 793f567d40a83491146adb4217485e093534f70d https://github.com/geany/geany/commit/793f567d40a83491146adb4217485e093534f7...
Log Message: ----------- Update mappings for sh parser
Modified Paths: -------------- src/tagmanager/tm_parser.c
Modified: src/tagmanager/tm_parser.c 3 lines changed, 3 insertions(+), 0 deletions(-) =================================================================== @@ -253,7 +253,10 @@ static TMParserMapEntry map_TCL[] = { };
static TMParserMapEntry map_SH[] = { + {'a', tm_tag_undef_t}, {'f', tm_tag_function_t}, + {'s', tm_tag_undef_t}, + {'h', tm_tag_undef_t}, };
static TMParserMapEntry map_D[] = {
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).