Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I recently wanted to redo the theme, but the way tpl is edited bothers me, is there a development nodebb vscode plugin?
If you add
"files.associations": { "*.tpl": "html" },
In your settings.json in vscode it will treat *.tpl files as html and do syntax highlighting.
The main issue for me is that vscode will incorrectly highlight older templates.js syntax inside of an html tag, but that is mostly gone when you use benchpress syntax.
A vscode plugin for highlighting the benchpress braces would be neat