Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 626 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 626 Bytes

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