From b0360b2317fc1895479bda43b4e180eb5a76dc4b Mon Sep 17 00:00:00 2001
From: anon <anon@anon.anon>
Date: Tue, 28 Nov 2023 13:58:10 +0100
Subject: [PATCH] classes are types too

---
 hitags.py | 4 ++++
 1 file changed, 4 insertions(+)

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')