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: 786819ba79574afcfd0cd92d0ac561a925441c1c https://github.com/geany/geany/commit/786819ba79574afcfd0cd92d0ac561a925441c...
Log Message: ----------- Map filter to tm_tag_function_t for powershell to 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(-) =================================================================== @@ -946,7 +946,7 @@ static TMParserMapEntry map_POWERSHELL[] = { {'f', tm_tag_function_t}, // function {'v', tm_tag_variable_t}, // variable {'c', tm_tag_undef_t}, // class - {'i', tm_tag_undef_t}, // filter + {'i', tm_tag_function_t}, // filter {'g', tm_tag_undef_t}, // enum }; static TMParserMapGroup group_POWERSHELL[] = {
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).