Skip to content

Commit b316b56

Browse files
authored
Merge pull request #5565 from gottesmm/silmode_highlighting_for_existentialbox_insts
2 parents 1ba8939 + 26dc738 commit b316b56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/sil-mode.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@
117117
'words) . font-lock-keyword-face)
118118
;; Protocol and Protocol Composition Types
119119
`(,(regexp-opt '("init_existential_addr" "deinit_existential_addr"
120-
"open_existential_addr"
121-
"init_existential_ref"
122-
"open_existential_ref")
120+
"open_existential_addr" "alloc_existential_box"
121+
"init_existential_ref" "project_existential_box"
122+
"open_existential_ref" "open_existential_box")
123123
'words) . font-lock-keyword-face)
124124
;; Unchecked Conversions
125125
`(,(regexp-opt '("upcast"

0 commit comments

Comments
 (0)