Merge pull request #83 from internet-diglett/patch-1

Add language support for Rust
This commit is contained in:
Alastair Mooney 2021-11-04 12:21:24 +00:00 committed by GitHub
commit 60f32aabbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -452,5 +452,21 @@
}
}
]
},
{
"language": "Rust",
"markers": [
{
"type": "line",
"pattern": "//"
},
{
"type": "block",
"pattern": {
"start": "/\\*",
"end": "\\*/"
}
}
]
}
]