mirror of
https://github.com/github/codeql-action.git
synced 2026-04-25 16:28:48 +00:00
12 lines
203 B
JSON
12 lines
203 B
JSON
{
|
|
"c": "cpp",
|
|
"c#": "csharp",
|
|
"c++": "cpp",
|
|
"c-c++": "cpp",
|
|
"c-cpp": "cpp",
|
|
"java-kotlin": "java",
|
|
"javascript-typescript": "javascript",
|
|
"kotlin": "java",
|
|
"typescript": "javascript"
|
|
}
|