This is a created article in which the information may have evolved or changed.
First, notepad++ install the Go language plugin
Notepad++ is a very popular text editor, and it has powerful features, such as it can support the go language. Of course, this requires the appropriate plugin for the go language.
After opening the notepad++, select the plug-in option, under the plug-in Plugin manager-->show Plugin manager--> in Plugin select GONPP Choose Install;
Second, notepad++ support go language highlighting
1. In the Go installation directory, locate the Misc folder, open the Notepadplus folder, edit the Userdefinelang.xml file, and the <NotepadPlus> in the file </NotepadPlus> Note To remove the comments, not to remove the two.
2. Copy the Go.xml under the directory (Misc/notepadplus) to the Plugins/apis directory under the notepad++ installation directory
3. Open notepad++, choose "Custom Language format" under the Language menu, select Import, Import the Userdefinelang.xml edited above
4. Restart notepad++
Third, delete custom language support
Select language--Custom language format--Select the language you want to delete in the custom language, then tap the Delete button