Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 8d4c836

Browse files
authored
Merge pull request #13114 from amller/patch-1
Added Go(lang) to default languages.
2 parents 5bb4219 + c957cba commit 8d4c836

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/language/languages.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,5 +309,13 @@
309309
"mode": "turtle",
310310
"fileExtensions": ["ttl"],
311311
"lineComment": ["#"]
312+
},
313+
314+
"go": {
315+
"name": "Go",
316+
"mode": "go",
317+
"fileExtensions": ["go"],
318+
"blockComment": ["/*", "*/"],
319+
"lineComment": ["//"]
312320
}
313321
}

0 commit comments

Comments
 (0)