@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.