We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I noticed some fields are missing in the header docs of languages.yml:
languages.yml
https://github.com/github/linguist/blob/4e239d9ecc6aa74641d604db66a39f7848693b98/lib/linguist/languages.yml#L1-L27
codemirror_mime_type
filenames
lexer https://github.com/github/linguist/blob/4e239d9ecc6aa74641d604db66a39f7848693b98/lib/linguist/languages.yml#L2944-L2958
lexer
alias: I guess this one should be aliases?
alias
aliases
https://github.com/github/linguist/blob/4e239d9ecc6aa74641d604db66a39f7848693b98/lib/linguist/languages.yml#L725-L736
https://github.com/github/linguist/blob/4e239d9ecc6aa74641d604db66a39f7848693b98/lib/linguist/languages.yml#L826-L838
The text was updated successfully, but these errors were encountered:
Ooo, I seem to recall noticing we were lacking a few comments a while back but then forgot to do anything about it 😊
alias should indeed be aliases.
Looks like the lexer entry was missed when removing the pygments dependency in #1707
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I noticed some fields are missing in the header docs of
languages.yml
:https://github.com/github/linguist/blob/4e239d9ecc6aa74641d604db66a39f7848693b98/lib/linguist/languages.yml#L1-L27
codemirror_mime_type
filenames
lexer
https://github.com/github/linguist/blob/4e239d9ecc6aa74641d604db66a39f7848693b98/lib/linguist/languages.yml#L2944-L2958
alias
: I guess this one should bealiases
?https://github.com/github/linguist/blob/4e239d9ecc6aa74641d604db66a39f7848693b98/lib/linguist/languages.yml#L725-L736
https://github.com/github/linguist/blob/4e239d9ecc6aa74641d604db66a39f7848693b98/lib/linguist/languages.yml#L826-L838
The text was updated successfully, but these errors were encountered: