Skip to content

🎨 VSCode extension colorizes NDJSON (Newline Delimited JSON) files

Notifications You must be signed in to change notification settings

busterc/vscode-ndjson-colorizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 27, 2018
fb3f9e6 · Feb 27, 2018

History

1 Commit
Feb 27, 2018
Feb 27, 2018
Feb 27, 2018
Feb 27, 2018
Feb 27, 2018
Feb 27, 2018
Feb 27, 2018
Feb 27, 2018
Feb 27, 2018

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

About

🎨 VSCode extension colorizes NDJSON (Newline Delimited JSON) files

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published