Consider registering the Slint language in Linguist (adds syntax highlighting and language detection on GitHub) #4531
Replies: 1 comment 2 replies
-
I look forward to add Slint to linguist, but according to github-linguist/linguist#5756 , the threshold is 2000 files, and the search link you provide show only 1.6k files at the moment. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Based on a quick search, it looks like the Slint language (
.slint
files) has enough usage to meet the requirements to be added to linguist. Linguist is the tool that GitHub uses to detect the languages used in a repository, and vendors the syntax highlighter for that language. Additionally, the data from linguist eventually makes its way over to go-enry, which GitHub's search uses.Beta Was this translation helpful? Give feedback.
All reactions