Skip to content

Commit

Permalink
enable wasm,java,cobol
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpect committed Aug 27, 2024
1 parent 9581f7e commit d7f7b38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/staging/stages.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ var languageMap = map[string]string{
// "ts": "typescript",
// "file": "file",
// "rpc": "rpc",
// "wasm": "wasm",
// "java": "java",
// // "c": "c",
// "cob": "cobol",
"wasm": "wasm",
"java": "java",
// "c": "c",
"cob": "cobol",
// "go": "go",
// "rs": "rust",
// "backtrace" : "backtrace",
Expand Down

0 comments on commit d7f7b38

Please sign in to comment.