We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ba8939 + 26dc738 commit b316b56Copy full SHA for b316b56
utils/sil-mode.el
@@ -117,9 +117,9 @@
117
'words) . font-lock-keyword-face)
118
;; Protocol and Protocol Composition Types
119
`(,(regexp-opt '("init_existential_addr" "deinit_existential_addr"
120
- "open_existential_addr"
121
- "init_existential_ref"
122
- "open_existential_ref")
+ "open_existential_addr" "alloc_existential_box"
+ "init_existential_ref" "project_existential_box"
+ "open_existential_ref" "open_existential_box")
123
124
;; Unchecked Conversions
125
`(,(regexp-opt '("upcast"
0 commit comments