I added PR for current Ctags version, but Geany uses some previous version and I must use slightly different code for current Geany version:

-static kindDefinition AutoItKinds[] = {
+static kindOption AutoItKinds[] = {

-				makeSimpleTag (name, K_FUNCTION);
+				makeSimpleTag (name, AutoItKinds, K_FUNCTION);


-	def->kindTable      = AutoItKinds;
+	def->kinds      = AutoItKinds;

Can I add parser in my PR for Geany Add AutoIt syntax highlighting #1017?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.