diff options
| author | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-15 12:11:02 +0000 |
|---|---|---|
| committer | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-15 12:11:02 +0000 |
| commit | 7411d71fbde5d652f04cc8851ed93bd15513968b (patch) | |
| tree | 2fe1e8fa9a604dc558a0528d8f465bef8b597aab /plugins/regex.c | |
| parent | 1925cf6f1a8c134cbfae728023ac325f03e4c14f (diff) | |
Some docs for plugins, among other things.
Diffstat (limited to 'plugins/regex.c')
| -rw-r--r-- | plugins/regex.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/regex.c b/plugins/regex.c index fb63986..a207832 100644 --- a/plugins/regex.c +++ b/plugins/regex.c @@ -224,3 +224,8 @@ static void emit_match_logic(const char *pattern, FILE *out) } ZPlugin regex_plugin = {.name = "regex", .fn = regex_transpile}; + +ZPlugin *z_plugin_init(void) +{ + return ®ex_plugin; +} |
