diff --git a/README.md b/README.md index 82922e8..0497677 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ There are additional inputs if you want to be able to assign issues to projects. * CSS * Dart * Elixir +* Go * Handlebars * HTML * Java diff --git a/syntax.json b/syntax.json index a1f6e0f..178d1b1 100644 --- a/syntax.json +++ b/syntax.json @@ -513,5 +513,21 @@ } } ] + }, + { + "language": "Go", + "markers": [ + { + "type": "line", + "pattern": "//" + }, + { + "type": "block", + "pattern": { + "start": "/\\*", + "end": "\\*/" + } + } + ] } ]