-
-
Notifications
You must be signed in to change notification settings - Fork 16
Add Angular to supported languages for oxfmt #138
Copy link
Copy link
Open
Description
According to the supported languages section on the Oxfmt website, Angular is a supported language.
I would like to request that we get this added here so that the formatter will run on save for Angular template files.
Lines 56 to 74 in 1ef91de
| [language_servers.oxfmt.language_ids] | |
| "CSS" = "css" | |
| "GraphQL" = "graphql" | |
| "HTML" = "html" | |
| "Handlebars" = "handlebars" | |
| "JSON" = "json" | |
| "JSON5" = "json5" | |
| "JSONC" = "jsonc" | |
| "JSX" = "javascriptreact" | |
| "JavaScript" = "javascript" | |
| "Less" = "less" | |
| "MDX" = "mdx" | |
| "Markdown" = "markdown" | |
| "SCSS" = "scss" | |
| "TOML" = "toml" | |
| "TSX" = "typescriptreact" | |
| "TypeScript" = "typescript" | |
| "Vue.js" = "vue" | |
| "YAML" = "yaml" |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackPriority
None yet