We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 515e597 + 6455384 commit 4dcb635Copy full SHA for 4dcb635
lsp-ivy.el
@@ -87,7 +87,11 @@
87
("Evnt" . font-lock-builtin-face) ; Event - 24
88
("Op " . font-lock-function-name-face) ; Operator - 25
89
("TPar" . font-lock-type-face)] ; TypeParameter - 26
90
- "A vector of 26 cons cells, where the ith cons cell contains the string representation and face to use for the i+1th SymbolKind (defined in the LSP)."
+ "Mapping between eacho of LSP's SymbolKind and a face.
91
+
92
+A vector of 26 cons cells, where the ith cons cell contains
93
+the string representation and face to use for the i+1th
94
+SymbolKind (defined in the LSP)."
95
:group 'lsp-ivy
96
:type '(vector
97
(cons string face)
0 commit comments