Hugo 的 Layout 是使用 Go Template,我們可安裝 JetBrains 官方的 Go Template Plugin 使其語法變色。
Version
WebStorm 2023.3.2
Go Template plugin 233.11799.172
Go Template Plugin
Settings -> Plugins
- 安裝
Go Template
plugin
File Types
Settings -> Editor -> File Types
- Go template files:新增
.gohtml
、.html
為了配合 Hugo,所以將
.html
視為 Go template,若要使用標準 HTML,則改用.htm
- Go template 語言順利被識別出而變色
Conclusion
- 我們不必為了使用 Hugo 而改用 GoLand,事實上 WebStorm 更適合 Hugo,只要裝上 Go Template plugin 就是順利讓 Go Template 語法變色