SublimeText / AFileIcon

Sublime Text File-Specific Icons for Improved Visual Grepping
MIT License
254 stars 42 forks source link

Extend json icon to jsonc file extension #63

Closed will-wright-eng closed 1 year ago

will-wright-eng commented 1 year ago

Great package so thanks in advance for supporting! I've come across a file without an icon: .markdownlint.jsonc (source)

Is there a setting I can change in package control or sublime text itself in order for .jsonc files to adopt the .json icon by default? Alternatively, would you like me to open a PR for this?

deathaxe commented 1 year ago

It's enough to assign to assign *.jsonc file extenstion to JSON syntax via "Open all with current extension as..." sub menu.

will-wright-eng commented 1 year ago

Perfect! Thank you