vscode-go-template
vscode-go-template copied to clipboard
No syntax highlighting in files that start with {{- /* Go Template */ -}}
As the title says, I am not getting syntax highlighting in files that start with the suggested Go Template
comment. I tried both {{- /* Go Template */ -}}
and {{- /* Go Template file */ -}}
which are both suggested in the readme, but neither seemed to work.
I'm happy to troubleshoot with you if needed
Currently, this only works with files that VSCode cannot recognize: file without extension name or file with any extension name that not registered in VSCode.
Alright thanks for the response!
@dannyharding10 You can refer to alternatives: https://github.com/jinliming2/vscode-go-template/issues/3#issuecomment-756150305