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

View File

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