mirror of
https://github.com/apple/pkl.git
synced 2026-03-01 21:57:43 +01:00
Add pkl to GitHub linguist #69
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @1cedsoda on GitHub (Feb 14, 2024).
GitHub Linguist can detect the language of a file based on different methods.
It is related to syntax highlighting on GitHub and to generate language statistics inside GitHub repos:
I think it's a problem, that there already is another format called pickle with the file extension
.pkl. Its Python related.Would be great to add pkl grammar to linguist as it improves code readability on GitHub.
Linguist has quantitative requirements of how many public files of a specific language are hosted on GitHub, before they consider adding it, which might have not been reached yet.
@bioball commented on GitHub (Feb 15, 2024):
It's in the works!
@darvld commented on GitHub (Feb 25, 2024):
Support for Pkl in Linguist is being added by this PR. We just noticed this issue was open now so I'm adding a reference here for tracking.
@HT154 commented on GitHub (Jun 11, 2024):
Pkl support landed in linguist with https://github.com/github-linguist/linguist/pull/6730 and should be broadly available on github.com now.
@bioball commented on GitHub (Jun 11, 2024):
Closing this one as it's now completed.