Problem
Files opened with tab characters as delimiters are not highlighted with rainbow colors. Tab-separated files (TSV) should support the same rainbow highlighting as comma-separated CSV files.
Use Case
I have a file open in VS Code where the columns are separated by tab characters (not commas). The Rainbow CSV extension does not apply rainbow syntax highlighting to this file.
Expected Behavior
When a tab-separated file is opened, each column should be highlighted with a different color, just like comma-separated CSV files.
Actual Behavior
Tab-separated files receive no rainbow highlighting — the extension appears to only work with comma-delimited files.
Steps to Reproduce
- Open a
.tsv (or other tab-delimited) file in VS Code
- Observe that no rainbow column highlighting is applied
- The file displays with default syntax highlighting only
Environment
- Extension: mechatroner.rainbow-csv
- Editor: Visual Studio Code
Problem
Files opened with tab characters as delimiters are not highlighted with rainbow colors. Tab-separated files (TSV) should support the same rainbow highlighting as comma-separated CSV files.
Use Case
I have a file open in VS Code where the columns are separated by tab characters (not commas). The Rainbow CSV extension does not apply rainbow syntax highlighting to this file.
Expected Behavior
When a tab-separated file is opened, each column should be highlighted with a different color, just like comma-separated CSV files.
Actual Behavior
Tab-separated files receive no rainbow highlighting — the extension appears to only work with comma-delimited files.
Steps to Reproduce
.tsv(or other tab-delimited) file in VS CodeEnvironment