boyter / scc

Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go
MIT License
6.8k stars 267 forks source link

Feature: Add json5 support #538

Closed narasux closed 1 month ago

narasux commented 1 month ago

JSON5 is an extension to the popular JSON file format.

It would be great if scc could support json5 :D

narasux commented 1 month ago

https://github.com/boyter/scc/pull/539/files

boyter commented 1 month ago

Thanks for the nice PR for this. Merged. Will make it into the next release.