mikestefanello / pagoda

Rapid, easy full-stack web development starter kit in Go
MIT License
2.21k stars 115 forks source link

Syntax Highlighting for gohtml files #38

Closed Logan9312 closed 1 year ago

Logan9312 commented 1 year ago

Apologies if this does not belong in issues, but when I clone the project I don't see any syntax highlighitng on the gohtml files. Is there a step I am missing that would give me proper syntax highlighting? I checked VSCode extensions and didn't see anything. Should I just use default html highlighting?

Thanks!

mikestefanello commented 1 year ago

This is an issue with VSCode and not specifically this project. I use Goland, and it works fine, so I'm not sure how to fix it in VSCode. Perhaps you need to register the .gohtml file extension with the Go plugin?