vim-jsx-typescript
React JSX syntax highlighting for vim and Typescript (by peitalin)
vim-jsx-pretty
:flashlight: [Vim script] JSX and TSX syntax pretty highlighting for vim. (by MaxMEllon)
vim-jsx-typescript | vim-jsx-pretty | |
---|---|---|
1 | 8 | |
304 | 963 | |
- | - | |
0.0 | 0.0 | |
over 3 years ago | over 3 years ago | |
Vim Script | Vim Script | |
The Unlicense | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
vim-jsx-typescript
Posts with mentions or reviews of vim-jsx-typescript.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-07-16.
vim-jsx-pretty
Posts with mentions or reviews of vim-jsx-pretty.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-13.
-
LSP-Zero default config: TSX and JSX indentation is seriously busted.
Consider using dedicated jsx indent plugin like MaxMEllon/vim-jsx-pretty. Vim indent of jsx is by default broken. And ensure additional_vim_regex_highlighting = true in nvim-treesitter config.
-
Tabs still being inserted with nosmartindent
If its not working I'd prolly try jsx-pretty, disabling the syntax highlights from it.
- Anyone have multiple language syntax highlighting with treesitter working?
-
Incorrect indentation on JSX/TSX/React files
I’ve always had issues with treesitter indent, not just with JSX, but for almost every language, so I just straight turn it off. What I do is enable regex highlighting in the treesitter options and use something like https://github.com/MaxMEllon/vim-jsx-pretty for JSX files, I doesn’t override treesitter highlighting but it does provides indentation.
-
JSX React tab indenting issues
Yep, Treesitter indentation is really real experimental. I had the same problem in JSX when I used it. What I did is use this plugin for JSX files only: https://github.com/MaxMEllon/vim-jsx-pretty
-
Even though I have plugins installed, syntax-highlighting isn't working well for JSX and TSX files
maxmellon/vim-jsx-pretty
-
JSX for web components
Syntax highlighting and language support via the lit-html VSCode extension and vim-jsx-pretty plugin
-
Operations on React JSX code
https://github.com/MaxMEllon/vim-jsx-pretty/blob/6989f1663cc03d7da72b5ef1c03f87e6ddb70b41/after/ftplugin/jsx.vim#L11-L15
What are some alternatives?
When comparing vim-jsx-typescript and vim-jsx-pretty you can also consider the following projects:
nvim-treesitter - Nvim Treesitter configurations and abstraction layer
vim-jsx-improve - Syntax and indent plugin for React jsx.
htm - Hyperscript Tagged Markup: JSX alternative using standard tagged templates, with compiler support.
tree-sitter-typescript - TypeScript grammar for tree-sitter
yats.vim - Yet Another TypeScript Syntax: The most advanced TypeScript Syntax Highlighting in Vim
typescript-vim - Typescript syntax files for Vim
vim-scriptease - scriptease.vim: A Vim plugin for Vim plugins
ficusjs - FicusJS is a set of lightweight functions for developing applications using web components
vim-js - 💯The most accurate syntax highlighting plugin for JavaScript and Flow.js
ficusjs-snowpack-starter - FicusJS Snowpack starter
vim-jsx-typescript vs nvim-treesitter
vim-jsx-pretty vs vim-jsx-improve
vim-jsx-typescript vs vim-jsx-improve
vim-jsx-pretty vs htm
vim-jsx-typescript vs tree-sitter-typescript
vim-jsx-pretty vs yats.vim
vim-jsx-typescript vs typescript-vim
vim-jsx-pretty vs nvim-treesitter
vim-jsx-typescript vs vim-scriptease
vim-jsx-pretty vs ficusjs
vim-jsx-pretty vs vim-js
vim-jsx-pretty vs ficusjs-snowpack-starter