diff --git a/syntax.json b/syntax.json index ab1115b..b72fc35 100644 --- a/syntax.json +++ b/syntax.json @@ -140,6 +140,22 @@ } ] }, + { + "language": "Dart", + "markers": [ + { + "type": "line", + "pattern": "//" + }, + { + "type": "block", + "pattern": { + "start": "/\\*", + "end": "\\*/" + } + } + ] + }, { "language": "Kotlin", "markers": [ @@ -236,5 +252,6 @@ "pattern": ";" } ] - } -] \ No newline at end of file + }, + +]