Add support for Go

This commit is contained in:
tatsuro-m 2021-11-22 17:21:08 +09:00
parent 74630fbc8d
commit 29eb07c7a5

View File

@ -513,5 +513,21 @@
} }
} }
] ]
},
{
"language": "Go",
"markers": [
{
"type": "line",
"pattern": "//"
},
{
"type": "block",
"pattern": {
"start": "/\\*",
"end": "\\*/"
}
}
]
} }
] ]