vim-jsx-pretty
ficusjs-renderers
vim-jsx-pretty | ficusjs-renderers | |
---|---|---|
8 | 3 | |
963 | 2 | |
- | - | |
0.0 | 4.7 | |
over 3 years ago | 11 months ago | |
Vim Script | JavaScript | |
MIT License | MIT License |
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-pretty
-
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
ficusjs-renderers
-
Building a website like it's 1999... in 2022
I'm particularly fond of the new native JS Web Components which require no build process and are extremely fast and purely client-side. When developed well it can also reduce the bundle size because it can use dynamic imports. I played around with making a SPA out of it and only got frustrated with its lack of React-like JSX. This could be overcome with tagged literals.
-
JSX for web components
This example uses the @ficusjs/renderers package which provides a browser-ready ES module using the htm library.
-
Want to get started with web components?
The hello world example creates a new custom element using the createComponent function and registers it to the hello-world tag. It uses the lit-html renderer (multiple renderers are available) for creating HTML from tagged template literals.
What are some alternatives?
vim-jsx-improve - Syntax and indent plugin for React jsx.
ficusjs-snowpack-starter - FicusJS Snowpack starter
htm - Hyperscript Tagged Markup: JSX alternative using standard tagged templates, with compiler support.
ficusjs - FicusJS is a set of lightweight functions for developing applications using web components
yats.vim - Yet Another TypeScript Syntax: The most advanced TypeScript Syntax Highlighting in Vim
ssr-benchmarks - Simple benchmark of various SSR approaches, rendering 64k divs in a recursive way
nvim-treesitter - Nvim Treesitter configurations and abstraction layer
vim-js - 💯The most accurate syntax highlighting plugin for JavaScript and Flow.js
tagalong.vim - Change an HTML(ish) opening tag and take the closing one along as well