mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
i'm not documenting all these languages
This commit is contained in:
@@ -345,6 +345,7 @@ namespace Octokit
|
||||
/// </summary>
|
||||
public enum Language
|
||||
{
|
||||
#pragma warning disable 1591
|
||||
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Abap")]
|
||||
Abap,
|
||||
[Parameter(Value = "ActionScript")]
|
||||
@@ -696,6 +697,7 @@ namespace Octokit
|
||||
Xtend,
|
||||
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Yaml")]
|
||||
Yaml
|
||||
#pragma warning restore 1591
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user