Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion JsPrettier.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
// Additional custom file extensions to format.
//
// There's built-in support already for "js", "jsx", "cjs", "mjs", "json",
// "jsonc", "json5", "html", "graphql/gql", "ts", "tsx", "cts", "mts", "css",
// "jsonc", "json5", "html", "hbs", "graphql/gql", "ts", "tsx", "cts", "mts", "css",
// "scss", "less", "md", "mdx", "yml", "yaml" and "vue" and "component.html"
// (angular html) files.
//
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Configure plugin settings and Prettier options via the application menu:

- **custom_file_extensions** (default: [])
There's built-in support already for `js`, `jsx`, `cjs`, `mjs`, `json`,
`jsonc`, `json5`, `html`, `graphql/gql`, `ts`, `tsx`, `cts`, `mts`, `css`,
`jsonc`, `json5`, `html`, `hbs`, `graphql/gql`, `ts`, `tsx`, `cts`, `mts`, `css`,
`scss`, `less`, `md`, `mdx`, `yml`, `yaml`, `vue` and `component.html`
(angular html) files.

Expand Down
1 change: 1 addition & 0 deletions jsprettier/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
'graphql',
'gql',
'html',
'hbs',
'ts',
'tsx',
'css',
Expand Down