Improve comment

This commit is contained in:
DJMcNab 2018-12-23 11:10:12 +00:00
parent 380733d6d0
commit a0e8538129

View File

@ -28,8 +28,8 @@ fn main() -> Result<()> {
#[serde(rename_all = "camelCase")]
struct InitializationOptions {
// Whether the client supports our custom highlighting publishing decorations.
// This is different to the highlightingOn setting, which is whether the client
// wants highlighting to be used or sent.
// This is different to the highlightingOn setting, which is whether the user
// wants our custom highlighting to be used.
publish_decorations: Option<bool>,
}