SublimeText / AFileIcon

Sublime Text File-Specific Icons for Improved Visual Grepping

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extend json icon to jsonc file extension

will-wright-eng opened this issue · comments

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

  • It looks like the .jsonc file extension is supported by Atom File Icon but I couldn't find any references to it in this repo
  • It seems to have been around for a while based on this SO post

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?

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

Perfect! Thank you