···11+// Folder-specific settings
22+//
33+// For a full list of overridable settings, and general information on folder-specific settings,
44+// see the documentation: https://zed.dev/docs/configuring-zed#settings-files
55+{
66+ "languages": {
77+ "HTML": {
88+ "prettier": {
99+ "allowed": true,
1010+ "parser": "go-template",
1111+ "plugins": ["prettier-plugin-go-template"]
1212+ }
1313+ }
1414+ }
1515+}