forgejo-overrides/.vscode/settings.json
2024-12-16 14:05:07 +08:00

6 lines
No EOL
129 B
JSON

{
"files.associations": {
// Set Go templates to HTML for better syntax highlighting
"*.tmpl": "html"
}
}