Skip to content

Commit 15f4ec9

Browse files
authored
Merge pull request swiftlang#5657 from gottesmm/add_syntax_highlighting_for_openexistentialmetatype
[sil-mode] Add syntax highlighting for open_existential_metatype.
2 parents ed0955a + f6c5066 commit 15f4ec9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/sil-mode.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
"open_existential_addr" "alloc_existential_box"
121121
"init_existential_ref" "project_existential_box"
122122
"open_existential_ref" "open_existential_box"
123+
"open_existential_metatype"
123124
"objc_protocol")
124125
'words) . font-lock-keyword-face)
125126
;; Unchecked Conversions

0 commit comments

Comments
 (0)