Last active
November 18, 2022 05:45
-
-
Save ilyabrin/f56365d91e7d15d68a25 to your computer and use it in GitHub Desktop.
Golang for Nano editor (golang.nanorc)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Syntax highlighting for Golang with nano editor | |
| wget -O /usr/share/nano/go.nanorc http://go-lang.cat-v.org/text-editors/nano/go.nanorc | |
| # Golang for nano editor | |
| echo '## Go'$'\n''include "/usr/share/nano/go.nanorc"' >> /etc/nanorc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment