Skip to content

Commit dce58b5

Browse files
s/font-lock-reference-face/font-lock-constant-face
1 parent 81e81ce commit dce58b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lsp-ivy.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
("Pack" . font-lock-keyword-face) ;; Package - 4
6060
("Clss" . font-lock-type-face) ;; Class - 5
6161
("Meth" . font-lock-function-name-face) ;; Method - 6
62-
("Prop" . font-lock-reference-face) ;; Property - 7
63-
("Fld " . font-lock-reference-face) ;; Field - 8
62+
("Prop" . font-lock-constant-face) ;; Property - 7
63+
("Fld " . font-lock-constant-face) ;; Field - 8
6464
("Cons" . font-lock-function-name-face) ;; Constructor - 9
6565
("Enum" . font-lock-type-face) ;; Enum - 10
6666
("Intf" . font-lock-type-face) ;; Interface - 11
@@ -72,7 +72,7 @@
7272
("Bool " . font-lock-builtin-face) ;; Boolean - 17
7373
("Arr " . font-lock-builtin-face) ;; Array - 18
7474
("Obj " . font-lock-builtin-face) ;; Object - 19
75-
("Key " . font-lock-reference-face) ;; Key - 20
75+
("Key " . font-lock-constant-face) ;; Key - 20
7676
("Null" . font-lock-builtin-face) ;; Null - 21
7777
("EmMm" . font-lock-constant-face) ;; EnumMember - 22
7878
("Srct" . font-lock-type-face) ;; Struct - 23

0 commit comments

Comments
 (0)