Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Mon, 14 Mar 2022 19:10:07 UTC Commit: 0fe3b9b2c101abded4042b16a898c1483ddbf60c https://github.com/geany/geany/commit/0fe3b9b2c101abded4042b16a898c1483ddbf6...
Log Message: ----------- Update mappings for verilog parser
Modified Paths: -------------- src/tagmanager/tm_parser.c
Modified: src/tagmanager/tm_parser.c 2 lines changed, 2 insertions(+), 0 deletions(-) =================================================================== @@ -479,6 +479,8 @@ static TMParserMapEntry map_VERILOG[] = { {'p', tm_tag_variable_t}, {'r', tm_tag_variable_t}, {'t', tm_tag_function_t}, + {'b', tm_tag_undef_t}, + {'i', tm_tag_undef_t}, };
static TMParserMapEntry map_R[] = {
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).