After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 747181 - Support more C99 and C11 keywords
Support more C99 and C11 keywords
Status: RESOLVED FIXED
Product: gtksourceview
Classification: Platform
Component: Syntax files
git master
Other FreeBSD
: Normal normal
: ---
Assigned To: GTK Sourceview maintainers
GTK Sourceview maintainers
Depends on:
Blocks:
 
 
Reported: 2015-04-01 14:12 UTC by Ting-Wei Lan
Modified: 2015-04-13 15:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add support for various C99 and C11 keywords (1.66 KB, patch)
2015-04-01 14:13 UTC, Ting-Wei Lan
committed Details | Review

Description Ting-Wei Lan 2015-04-01 14:12:20 UTC
Gedit still doesn't support C11 keywords such as _Generic, char32_t ...
Comment 1 Ting-Wei Lan 2015-04-01 14:13:31 UTC
Created attachment 300750 [details] [review]
Add support for various C99 and C11 keywords

Most things in this patch are copied from vim.
Comment 2 Sébastien Wilmet 2015-04-13 13:27:22 UTC
Review of attachment 300750 [details] [review]:

Thanks. The new symbols are correct.
Comment 3 Ting-Wei Lan 2015-04-13 15:28:47 UTC
Attachment 300750 [details] pushed as a3edca0 - Add support for various C99 and C11 keywords