1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Remove space between filter and language (#25266)

This commit is contained in:
Thomas Reggi
2023-04-28 16:51:06 -04:00
committed by GitHub
parent 6159779264
commit 4732797fb6

View File

@@ -151,7 +151,7 @@ user:octocat
To narrow down to a specific languages, use the `language:` qualifier. For example:
```
language: ruby OR language:cpp OR language:csharp
language:ruby OR language:cpp OR language:csharp
```
For a complete list of supported language names, see [languages.yaml](https://github.com/github-linguist/linguist/blob/master/lib/linguist/languages.yml) in [github-linguist/linguist](https://github.com/github-linguist/linguist). If your preferred language is not on the list, you can open a pull request to add it.