sbarex / SourceCodeSyntaxHighlight

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

Added support for bazel files as plain test #245

Closed acecilia closed 1 year ago

acecilia commented 1 year ago

👋

As the title says.

Note that during development I found multiple issues when building from code that I reported in https://github.com/sbarex/SourceCodeSyntaxHighlight/issues/230

acecilia commented 1 year ago

Isn't there any way to maybe autogenerate Info.plist files? At the moment adding support for a new file type is quite convoluted. See this PR for example: adding plain-text support to couple of new files requires several added lines, and those lines without this PR are difficult to understand. I do not even know myself why some of the new lines of this PR are required (I just added the same lines I saw in other similar commits)

acecilia commented 1 year ago

@sbarex Is this ready to merge?

acecilia commented 1 year ago

@sbarex Why was this closed 🤔