1
0
mirror of https://github.com/GNOME/gedit synced 2024-06-30 23:15:01 +00:00

docs: add C++ to the list of possible languages to write a plugin

Should be feasible, but it's a little going off the beaten tracks (the
same for Rust, I guess).
This commit is contained in:
Sébastien Wilmet 2020-10-13 12:34:32 +02:00
parent 12a86ff352
commit 2918c45b3f

View File

@ -10,7 +10,7 @@ Programming language for a gedit plugin
The preferred language is the C language, that way the code can be easily
refactored to be included in a library.
Rust and Vala plugins are possible too since they are equivalent to C.
Rust, C++ and Vala plugins are possible too since they are equivalent to C.
Python plugins are possible too.