sharkdp / bat

A cat(1) clone with wings.
Apache License 2.0
49.75k stars 1.25k forks source link

JSON Syntax is not highlighted in JSONC files #2960

Open akkadaya opened 6 months ago

akkadaya commented 6 months ago

What steps will reproduce the bug?

  1. Open any JSONC file with bat
  2. Syntax is not highlighted

What happens?

Syntax is not highlighted

What did you expect to happen instead?

JSON syntax to be highlighted same as any JSON file

How did you install bat? homebrew


bat version and environment bat 0.24.0

keith-hall commented 6 months ago

This mapping is already in the master branch, just waiting on a release 🙂 https://github.com/sharkdp/bat/pull/2795

anurag-roy commented 2 months ago

@keith-hall Can we expect a new release anytime soon?