-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support javascriptreact and typescriptreact filetypes #279
Comments
vitaly
added a commit
to vitaly/neoformat
that referenced
this issue
Jul 20, 2020
going forward it might be a good idea to introduce some kind of aliasing, but for now I think this will do just fine.
sbdchd
pushed a commit
that referenced
this issue
Jul 20, 2020
aetherknight
added a commit
to aetherknight/neoformat
that referenced
this issue
Oct 26, 2020
…atters-num-line-fix * upstream/master: (35 commits) Don't reset `&filetype`, unless we really have to (sbdchd#323) Support for GDScript with gdformat (sbdchd#321) Remove unused flag from ormolu (sbdchd#319) add javascriptreact (sbdchd#320) Add prettier-eslint formatter for typescript (sbdchd#315) Add nixpkgs-fmt Nix formatter (sbdchd#312) Add support for beancount and minor doc updates (sbdchd#311) Add F# formatting with Fantomas (sbdchd#310) Fix R linting with styler (sbdchd#307) Fix php-cs-fixer sending blank file to neoformat (sbdchd#306) Remove deprecated prettier --stdin option as per prettier/prettier#7668 (sbdchd#305) adding support for typescriptreact filetype (sbdchd#279) (sbdchd#304) Add support for semistandard (sbdchd#301) go: add gofumpt (sbdchd#300) Add support for puppet via puppet-lint (sbdchd#299) Add support for cabal files through cabal-fmt (sbdchd#298) Sync supported formatters in docs with readme (sbdchd#294) Add clang-format to default C# formatters (sbdchd#293) Add support for V (v fmt) (sbdchd#292) Update README.md (sbdchd#291) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
coc.vim
and several other plugins have started to use the filetypejavascriptreact
for.jsx
files:https://github.com/neoclide/coc.nvim/blob/master/doc/coc.txt#L945-L947
This is in order to support VS code plugins better, which seems to recommend that extension type:
https://microsoft.github.io/language-server-protocol/specification
This doesn't work with Neoformat by default, but it would be great if it could. I'm not sure about the best way to approach this, otherwise I'd be glad to provide a PR.
The text was updated successfully, but these errors were encountered: