sbarex / SourceCodeSyntaxHighlight

Quick Look extension for highlight source code files on macOS 10.15 and later.
GNU General Public License v3.0
3.02k stars 72 forks source link

`yml` file extension is not being previewed despite YAML being supported #269

Closed KernelBypass closed 10 months ago

KernelBypass commented 10 months ago

Seems like only YAML with .yaml extension are being previewed, but the files of this format oftentimes have an abbreviated .yml extension.

Is it possible for the user to add certain file extensions if its format is already supported anyway?

Your readme states:

Is it possible to enable / disable support for individual formats?

No, Apple does not allow this functionality.

Does it also mean file extensions for already supported formats cannot be expanded/redefined?

Ideally, it would be nice if it could open ALL files as text unless supported by another QL extension. Because variations like praw.ini.example are also possible, where file format is supported, but the file extension is unconventional.

Is it possible to have it preview a file as text as a fallback if not other QL plugin is defined to preview a given file?

Thanks

KernelBypass commented 10 months ago

Issue went away after restart. Strangely, all other special source files were preview'able even before the restart.