[Github-comments] [geany/geany] C tags issues (#1221)

Matthew Brush notifications at xxxxx
Sat Sep 10 19:40:14 UTC 2016


> I don't think the pthreads are part of the C99 standard, its in C11 IIRC, so it sounds like the types crept in by mistake.

pthreads aren't in any C ISO standard, but the library is builtin to glibc so probably some of it got into the tags file generated from glibc headers.

> The bool type seems to be in it, but bool isn't highlighted when using it.

You can put `bool` into the keywords list in a customized `filetypes.c` file, or do like I do and use C++ filetype for C files.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1221#issuecomment-246132644
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160910/3fa5353b/attachment.html>


More information about the Github-comments mailing list