this repo has no description

feat: added .jsx support

+4 -2
+4 -2
.config/helix/languages.toml
··· 51 51 52 52 [[language]] 53 53 name = "jsx" 54 + # TODO: lang-servers for tsx are borked, something with the extracted eslint lsp 54 55 # language-servers = [ "typescript-language-server", "vscode-eslint-language-server" ] 55 - formatter = { command = "prettier", args = [ "--stdin-filepath", "file.jsx"] } 56 - # formatter = { command = "dprint", args = [ "fmt", "--stdin", "jsx" ] } 56 + formatter = { command = "prettier", args = ["--stdin-filepath", "file.jsx" , "--parser", "babel-ts"] } 57 + # formatter = { command = "dprint", args = [ "fmt", "--stdin", "tsx" ] } 57 58 auto-format = true 59 + # file-types = ["tsx", "mtsx", "ctsx"] 58 60 59 61 [[language]] 60 62 name = "json"