Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Sat, 27 Apr 2024 18:54:32 UTC Commit: cdf1aa1fbc7ba8d93dc3373a0c8600a80a4c03be https://github.com/geany/geany/commit/cdf1aa1fbc7ba8d93dc3373a0c8600a80a4c03...
Log Message: ----------- Map defines to tm_tag_variable_t of verilog so we get the same output as before
Modified Paths: -------------- src/tagmanager/tm_parser.c
Modified: src/tagmanager/tm_parser.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -768,7 +768,7 @@ static TMParserMapEntry map_ABC[] = {
static TMParserMapEntry map_VERILOG[] = { {'c', tm_tag_variable_t}, // constant - {'d', tm_tag_undef_t}, // define + {'d', tm_tag_variable_t}, // define {'e', tm_tag_typedef_t}, // event {'f', tm_tag_function_t}, // function {'m', tm_tag_class_t}, // module
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).