More type safety for highlighting
This commit is contained in:
@@ -112,7 +112,7 @@ pub struct PublishDecorationsParams {
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct Decoration {
|
||||
pub range: Range,
|
||||
pub tag: &'static str,
|
||||
pub tag: String,
|
||||
pub binding_hash: Option<String>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user