<p>In <a href="https://github.com/geany/geany-plugins/pull/228#discussion_r42943285">moremarkup/src/moremarkup.c</a>:</p>
<pre style='color:#555'>> +/* MoreMarkup plugin. */
> +
> +#include <gtk/gtk.h>
> +#include <glib-object.h>
> +
> +#ifdef HAVE_CONFIG_H
> +#   include "config.h"
> +#endif
> +
> +#include "geanyplugin.h"
> +#include <string.h>
> +#include <gdk/gdk.h>
> +#include "marker.h"
> +#include "moremarkup.h"
> +
> +PLUGIN_VERSION_CHECK(GEANY_API_VERSION)
</pre>
<p>I think it would be better to add a real hard coded number here </p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany-plugins/pull/228/files#r42943285">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJy5HoqjNSVGz4dX8vvrwbgmjAfzlks5o_KKTgaJpZM4EUQHI.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany-plugins/pull/228/files#r42943285"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>