Skip to content

Add rainbow highlighting support for tab-separated (TSV) files #254

Description

@Serhioromano

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

  1. Open a .tsv (or other tab-delimited) file in VS Code
  2. Observe that no rainbow column highlighting is applied
  3. The file displays with default syntax highlighting only

Environment

  • Extension: mechatroner.rainbow-csv
  • Editor: Visual Studio Code

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions