mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Color swatches ( 🟩 green 🟥 #ffaaaa ) (#12308)
This commit is contained in:
parent
8ff544757f
commit
0ee5850016
11 changed files with 363 additions and 4 deletions
|
@ -334,6 +334,7 @@ pub enum LanguageServerFeature {
|
|||
Diagnostics,
|
||||
RenameSymbol,
|
||||
InlayHints,
|
||||
DocumentColors,
|
||||
}
|
||||
|
||||
impl Display for LanguageServerFeature {
|
||||
|
@ -357,6 +358,7 @@ impl Display for LanguageServerFeature {
|
|||
Diagnostics => "diagnostics",
|
||||
RenameSymbol => "rename-symbol",
|
||||
InlayHints => "inlay-hints",
|
||||
DocumentColors => "document-colors",
|
||||
};
|
||||
write!(f, "{feature}",)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue