Add syntax for Dart

This commit is contained in:
Felix Dietze 2021-04-06 17:04:28 +00:00 committed by GitHub
parent c7d5a96aae
commit 2c1c039c66
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", "language": "Kotlin",
"markers": [ "markers": [
@ -236,5 +252,6 @@
"pattern": ";" "pattern": ";"
} }
] ]
} },
]
]