File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 59
59
(" Pack" . font-lock-keyword-face ) ; ; Package - 4
60
60
(" Clss" . font-lock-type-face ) ; ; Class - 5
61
61
(" 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
64
64
(" Cons" . font-lock-function-name-face ) ; ; Constructor - 9
65
65
(" Enum" . font-lock-type-face ) ; ; Enum - 10
66
66
(" Intf" . font-lock-type-face ) ; ; Interface - 11
72
72
(" Bool " . font-lock-builtin-face ) ; ; Boolean - 17
73
73
(" Arr " . font-lock-builtin-face ) ; ; Array - 18
74
74
(" Obj " . font-lock-builtin-face ) ; ; Object - 19
75
- (" Key " . font-lock-reference -face) ; ; Key - 20
75
+ (" Key " . font-lock-constant -face ) ; ; Key - 20
76
76
(" Null" . font-lock-builtin-face ) ; ; Null - 21
77
77
(" EmMm" . font-lock-constant-face ) ; ; EnumMember - 22
78
78
(" Srct" . font-lock-type-face ) ; ; Struct - 23
You can’t perform that action at this time.
0 commit comments