Merge pull request #45 from fdietze/patch-1

Add Scala support
This commit is contained in:
Alastair Mooney 2021-05-12 16:30:32 +01:00 committed by GitHub
commit 9372166e5a
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": [