diff --git a/hitags.py b/hitags.py
index 72c0b4e..d89cd34 100755
--- a/hitags.py
+++ b/hitags.py
@@ -67,6 +67,10 @@ targets = [
 		'type': 's',
 		'out': hi('Type')
 	},
+	{
+		'type': 'c',
+		'out': hi('Type')
+	},
 	{
 		'type': 'd',
 		'out': hi('Constant')