[go-nuts] Re: VsCode syntax highlighting for tmpl files

2024-03-15 Thread Soyaib Zihad
"files.associations": { "*.tmpl": "html" } add this to settings.json in vs-code and life is good. On Sunday, October 13, 2019 at 9:49:58 PM UTC+6 Andreas wrote: > the drawback is when I enter in .gohtml file > > ```{{``` > > then vscode auto-copletes it with > > ```}}}``` > > did you get the same

[go-nuts] Re: VsCode syntax highlighting for tmpl files

2019-10-13 Thread Andreas
the drawback is when I enter in .gohtml file ```{{``` then vscode auto-copletes it with ```}}}``` did you get the same? On Wednesday, September 25, 2019 at 5:18:51 PM UTC+3, Denis Bakhtin wrote: > > This extension works well if templates have .gohtml extension. I had to > rename mine. > > On

[go-nuts] Re: VsCode syntax highlighting for tmpl files

2019-09-28 Thread Andreas
nice On Wednesday, September 25, 2019 at 5:18:51 PM UTC+3, Denis Bakhtin wrote: > > This extension works well if templates have .gohtml extension. I had to > rename mine. > > On Monday, September 23, 2019 at 7:25:52 PM UTC+4, cinem...@gmail.com > wrote: >> >> Is there way to highlight templates

[go-nuts] Re: VsCode syntax highlighting for tmpl files

2019-09-25 Thread Denis Bakhtin
This extension works well if templates have .gohtml extension. I had to rename mine. On Monday, September 23, 2019 at 7:25:52 PM UTC+4, cinem...@gmail.com wrote: > > Is there way to highlight templates files (.tmpl) in VSCode? There is an > extension gotemplate-syntax >

[go-nuts] Re: VsCode syntax highlighting for tmpl files

2019-09-24 Thread cinematown
thnks, it's better than nothing On Tuesday, September 24, 2019 at 8:32:55 AM UTC+3, Subramanian Sridharan wrote: > > Nunjucks seems to do the trick. > > Nunjucks - Visual Studio Marketplace > > > ext install extension nunjuck

[go-nuts] Re: VsCode syntax highlighting for tmpl files

2019-09-23 Thread Subramanian Sridharan
Nunjucks seems to do the trick. Nunjucks - Visual Studio Marketplace ext install extension nunjucks > When you save a file with some file extension, VSCode automatically prompts you to install a related VSCode extension. Th