sbarex / SourceCodeSyntaxHighlight

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

Fails to preview dot files despite them being extension-less text files #270

Closed KernelBypass closed 7 months ago

KernelBypass commented 7 months ago

This plugin aims to preview plain text files without a file extension:

...The application can also handle some [plain files](https://github.com/sbarex/SourceCodeSyntaxHighlight/issues/new#plain-files) without extension...

Expected behavior: Should be able to preview dot files like .gitignore because that's literally what they are - plain text, no file extension.

Actual behavior: No preview gets displayed.

Thanks

KernelBypass commented 7 months ago

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