[Github-comments] [geany/geany] Use C parser for GLSL files (PR #3073)

Jiří Techet notifications at xxxxx
Mon Jan 10 15:19:38 UTC 2022


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 or view it on GitHub:
https://github.com/geany/geany/pull/3073#issuecomment-1008980391
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/3073/c1008980391 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20220110/44d93b96/attachment.htm>


More information about the Github-comments mailing list