Created
February 13, 2025 22:00
-
-
Save stackdump/d8f2bab13bd89b922dd9f7ae1f972fab to your computer and use it in GitHub Desktop.
set syntax to go when opening a .gno file
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
augroup gno_syntax | |
autocmd! | |
autocmd BufRead,BufNewFile *.gno set filetype=go | |
augroup END |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add syntax to go plugin