Add Scala support

This commit is contained in:
Felix Dietze 2021-05-12 15:28:20 +02:00 committed by GitHub
parent 2b206b3ee7
commit b771420981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -188,6 +188,22 @@
}
]
},
{
"language": "Scala",
"markers": [
{
"type": "line",
"pattern": "//"
},
{
"type": "block",
"pattern": {
"start": "/\\*",
"end": "\\*/"
}
}
]
},
{
"language": "Objective-C",
"markers": [