Skip to content

busterc/vscode-ndjson-colorizer

Repository files navigation

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"
  }
}