Skip to content

🎨 VSCode extension colorizes NDJSON (Newline Delimited JSON) files

License

Notifications You must be signed in to change notification settings

AdrieanKhisbe/vscode-ndjson

 
 

Repository files navigation

vscode-ndjson

Vscode extension to support NDJSON (newline delimited Json) files

Version Build Status

About

This was forked from NDJSON Colorizer, initially to add the content of the Grammar refactor and Language Diagnostic PR n°1 Pull request

Internaly it reuse json grammar and add some language support for JSON, syntax errors being notably displayed in the gutter.

NDJSON support Preview

NDJSON syntax highlight and language support preview

Configuration

  • 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

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%