Add line comment support for Rust

This commit is contained in:
Levon Tarver 2021-11-02 21:16:20 -05:00 committed by GitHub
parent 1a8e14c0aa
commit c4d82bdcf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -429,5 +429,14 @@
}
}
]
},
{
"language": "Rust",
"markers": [
{
"type": "line",
"pattern": "//"
}
]
}
]