@b4n commented on this pull request.
Wanna laugh? https://github.com/universal-ctags/ctags/pull/4008 :smile:
> @@ -951,6 +951,7 @@ static TMParserMapEntry map_POWERSHELL[] = {
{'c', tm_tag_class_t}, // class
{'i', tm_tag_function_t}, // filter
{'g', tm_tag_enum_t}, // enum
+ {'e', tm_tag_undef_t}, // enumlabel
Should be mapped to `tm_tag_enumerator_t`, shouldn't it? It's usually mapped
to `"Variables"` / `TM_ICON_VAR` apparently (but here enumerators are always
gonna have a parent).
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3877#pullrequestreview-2065159996
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3877/review/[email protected]>