uiwjs / react-textarea-code-editor

A simple code editor with syntax highlighting.
https://uiwjs.github.io/react-textarea-code-editor/
MIT License
476 stars 22 forks source link

[Feature Request] CSV support #158

Open ggmartins opened 1 year ago

ggmartins commented 1 year ago

CSV support would be great to have, for each column a different color from a color palette Let me know if this is hard to do, or if you'd like a PR, thanks!

jaywcjlove commented 1 year ago

I don't know what it means to support CSV, is it syntax? @ggmartins

ggmartins commented 1 year ago

syntax highlight, just like some of the vscode extensions

stevin-wilson commented 3 months ago

Hi @jaywcjlove

There are IDE extensions that can give a different color to each column in a CSV file.For example, Rainbow CSV on vs code.

This is extremely useful when viewing and editing large csv files.