This follows filetypes: Groovy, Kotlin (except NaN?), Haxe, Java, Julia (I think), Rust. Some other filetypes use secondary keywords for other things besides types (builtin functions?).
![image](https://user-images.githubusercontent.com/1107820/230777763-7a642f29-ff8a-4760-82b1-9a349d9e988e.png)
Doesn't include `signed` and `unsigned` as they can be type modifiers too (can include if wanted).
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3448
-- Commit Summary --
* [C, C++] Move built-in type keywords to secondary list
-- File Changes --
M data/filedefs/filetypes.c (6)
M data/filedefs/filetypes.cpp (6)
-- Patch Links --
https://github.com/geany/geany/pull/3448.patchhttps://github.com/geany/geany/pull/3448.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3448
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3448(a)github.com>
This makes it harder to read the signatures. Not sure when it was introduced.
Weirdly C# and D don't have this problem, even though they use the same `ctags/parsers/geany_c.c` tag parser file as C and C++.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3474
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3474(a)github.com>