branch: externals/kind-icon commit b8d2099d96eed3c76a094ef1ca9a38882a0fd923 Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: JD Smith <93749+jdtsm...@users.noreply.github.com>
Remove hyphens from enummember and typeparameter for LSP --- kind-icon.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kind-icon.el b/kind-icon.el index 1fd0da6cdc..6e4fbabac3 100644 --- a/kind-icon.el +++ b/kind-icon.el @@ -90,7 +90,7 @@ An vector of two alist for non-terminal and terminal.") (color "#" :icon "palette" :face success) (constant "co" :icon "lock-remove-outline" :face font-lock-constant-face) (constructor "cn" :icon "table-column-plus-after" :face font-lock-function-name-face) - (enum-member "em" :icon "format-list-checks" :face font-lock-builtin-face) + (enummember "em" :icon "format-list-checks" :face font-lock-builtin-face) (enum "e" :icon "format-list-bulleted-square" :face font-lock-builtin-face) (event "ev" :icon "lightning-bolt-outline" :face font-lock-warning-face) (field "fd" :icon "application-braces-outline" :face font-lock-variable-name-face) @@ -111,7 +111,7 @@ An vector of two alist for non-terminal and terminal.") (string "s" :icon "sticker-text-outline" :face font-lock-string-face) (struct "%" :icon "code-braces" :face font-lock-variable-name-face) (text "tx" :icon "script-text-outline" :face shadow) - (type-parameter "tp" :icon "format-list-bulleted-type" :face font-lock-type-face) + (typeparameter "tp" :icon "format-list-bulleted-type" :face font-lock-type-face) (unit "u" :icon "ruler-square" :face shadow) (value "v" :icon "plus-circle-outline" :face font-lock-builtin-face) (variable "va" :icon "variable" :face font-lock-variable-name-face)