Skip to content

Commit

Permalink
Document in which languages plugins can be written
Browse files Browse the repository at this point in the history
Closes geany#45.
  • Loading branch information
eht16 committed Jan 1, 2023
1 parent fbfee1e commit 026d336
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion page_content/support/plugins.md
Expand Up @@ -28,7 +28,18 @@ If you wrote a plugin and it should be listed here, please email the project adm

### Developer Information

The Plugin API documentation is currently incomplete, but already contains useful information. Please read the [HACKING][1] file for instructions on how to generate it and any related information. The generated API documentation can also be viewed online at https://www.geany.org/manual/reference/. In case of any questions, feel free to ask us on the mailing list.
The Plugin API documentation is currently incomplete, but already contains useful information. Please read the [HACKING][1] file for instructions on how to generate it and any related information.

Currently, Geany Plugins can be written in:
- C
- in Lua using the [GeanyLua plugin][2]
- in Python and Lua when using the [Peasy plugin][3]

The generated API documentation can also be viewed online at https://www.geany.org/manual/reference/.

In case of any questions, feel free to ask us on the mailing list.


[1]: https://raw.github.com/geany/geany/master/HACKING
[2]: https://plugins.geany.org/geanylua/geanylua-index.html
[3]: https://github.com/kugel-/peasy

0 comments on commit 026d336

Please sign in to comment.