Skip to content

Commit 4dcb635

Browse files
authored
Merge pull request #31 from tarsiiformes/short-line
lsp-ivy-symbol-kind-to-face: Improve doc-string
2 parents 515e597 + 6455384 commit 4dcb635

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lsp-ivy.el

+5-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,11 @@
8787
("Evnt" . font-lock-builtin-face) ; Event - 24
8888
("Op " . font-lock-function-name-face) ; Operator - 25
8989
("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)."
90+
"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)."
9195
:group 'lsp-ivy
9296
:type '(vector
9397
(cons string face)

0 commit comments

Comments
 (0)