colorizes NDJSON (Newline Delimited JSON) files
- 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"
}
}