diff --git a/syntax.json b/syntax.json index 46726e9..0b1ec1c 100644 --- a/syntax.json +++ b/syntax.json @@ -878,5 +878,21 @@ } } ] + }, + { + "language": "Move", + "markers": [ + { + "type": "line", + "pattern": "//" + }, + { + "type": "block", + "pattern": { + "start": "/\\*", + "end": "\\*/" + } + } + ] } -] +] \ No newline at end of file