-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
No JSX support #99
Comments
I have same issue. |
@cocopon will you have time to bring TreeSitter highlighting to working condition? |
The original issue by @patchworkCode contains HTML tags. Your issue seems a bit different.
These links are intentional. One of the concept of Iceberg is: don't get fancy, focusing few important things. I think that the white color is good for user-defined tags because this is a kind of variable. Anyway it's good to add highlighting for tag attributes, so added it in 5ac9da6: |
I'm not sure whether things have been updated as I use another theme now, however my image is an example of JavaScript react which when I was iceberg before would be rendered as plaintext. |
@patchworkCode have you Treesitter installed and tsserver for it? |
I am slightly bothered about the difference I experience between editors. Not trying to change your conscious decision here, I'd just love to see consistency 👍. Here are some screenshots when using the filetype |
Environment:
:version
)If you have a trouble with coloration and are using Vim/Neovim with terminal:
:set termguicolors
)Other colorschemes I have tried support JSX, but it seems iceberg doesn't..
The text was updated successfully, but these errors were encountered: