@Prof-Ezequiel-Soares ,
adding support for a language widely used in teaching programming: VisuAlg. How can I proceed to send the import file?
It depends on what you mean.
If you mean, āI wrote a User Defined Language (UDL) definition for VisuAlgā, then you can submit it to the UDL Collection ā it wouldnāt be distributed with Notepad++ (because other than Markdown, UDLs do not get distributed with Notepad++), but thatās the official location to publicly share UDL definitions.
If you mean, āI wrote a lexer plugin to parse VisuAlgā, then you can submit it to the Notepad++ Plugin List repo, and on the next release of Notepad++, your VisuAlg Lexer Plugin would be listed in Plugins Admin so that people can download it.
If you mean, āI wrote a Lexilla lexer I want to have included with Notepad++ā, then you would submit it to the Lexilla project, and if they decided to included it, then the next time Notepad++ updates its Lexilla instance from the Lexilla project, it would be included.
If you mean, āHow do I develop a UDL, so that I can then share it per the first point aboveā, then see https://npp-user-manual.org/docs/user-defined-language-system/
If you mean, āHow do I develop a lexer Plugin, so that I can then share it per the second point aboveā, then see https://npp-user-manual.org/docs/plugins/#building-a-lexer-plugin
If you mean, āHow do I develop a new lexer for Lexilla, so that I can share it per the third point aboveā, then youāll have to go to the Lexilla project to find out if they have instructions or FAQs or suggestions for how to do that, because they are a separate, independent project from us.
If you mean, āI thought that someone else might have already written one, and I just wanted to download it and use it, I wasnāt offering to do all that workā, then I think youāre out of luck, because such a UDL or Lexer hasnāt yet been submitted to any of those locations.
Good luck.