busterc / vscode-ndjson-colorizer

:art: VSCode extension colorizes NDJSON (Newline Delimited JSON) files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NDJSON Colorizer Version

colorizes NDJSON (Newline Delimited JSON) files

With :)

Without :(

FYI

  • By default only *.ndjson files are colorized.
  • You can update your settings file(s) as needed, using "files.associations":
{
  // ...

  "files.associations": {
    "*.db": "ndjson",
    "*.jsonl": "ndjson",
    "*.njson": "ndjson"
  }
}

About

:art: VSCode extension colorizes NDJSON (Newline Delimited JSON) files