Merge pull request #41 from fdietze/patch-1

Add syntax for Dart
This commit is contained in:
Alastair Mooney
2021-04-06 18:21:45 +01:00
committed by GitHub

View File

@@ -140,6 +140,22 @@
}
]
},
{
"language": "Dart",
"markers": [
{
"type": "line",
"pattern": "//"
},
{
"type": "block",
"pattern": {
"start": "/\\*",
"end": "\\*/"
}
}
]
},
{
"language": "Kotlin",
"markers": [
@@ -236,5 +252,6 @@
"pattern": ";"
}
]
}
},
]