There was one more problem with this pull request - when C parser was used as a dummy parser for the removed entry, there were 2 different instances of the same parser in tm_parsers.h and since ctags uses a hash map for the used parsers, true C tags were reported incorrectly as the UNUSED tags. So better to use some parser we either don't use in Geany.

However, since we also support CUDA files as an external filetype, we can use the CUDA parser from the cxx parser instead of the C++ parser for CUDA files.


Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3073/c1008980391@github.com>