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
commit 64b67f3857
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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": ";"
}
]
}
]
},
]