tangled
alpha
login
or
join now
biscui.tech
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
feat: added .jsx support
biscui.tech
1 year ago
0a98450e
c65b976a
+4
-2
1 changed file
expand all
collapse all
unified
split
.config
helix
languages.toml
+4
-2
.config/helix/languages.toml
reviewed
···
51
51
52
52
[[language]]
53
53
name = "jsx"
54
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
55
-
formatter = { command = "prettier", args = [ "--stdin-filepath", "file.jsx"] }
56
56
-
# formatter = { command = "dprint", args = [ "fmt", "--stdin", "jsx" ] }
56
56
+
formatter = { command = "prettier", args = ["--stdin-filepath", "file.jsx" , "--parser", "babel-ts"] }
57
57
+
# formatter = { command = "dprint", args = [ "fmt", "--stdin", "tsx" ] }
57
58
auto-format = true
59
59
+
# file-types = ["tsx", "mtsx", "ctsx"]
58
60
59
61
[[language]]
60
62
name = "json"