Skip to content

language-specs: c: Add new identifier context

Carlo Caione requested to merge carlo.caione/gtksourceview:c_identifier into master

In C an Identifier can only have alphanumeric characters(a-z , A-Z , 0-9) and underscore( _ ). Add a new context for that.

Merge request reports