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 78f6793 + 696cd13 commit ec19cadCopy full SHA for ec19cad
utils/sil-mode.el
@@ -111,7 +111,8 @@
111
'words) . font-lock-keyword-face)
112
;; Metatypes
113
`(,(regexp-opt '("metatype" "value_metatype"
114
- "existential_metatype" "init_existential_metatype")
+ "existential_metatype" "init_existential_metatype"
115
+ "objc_protocol")
116
117
;; Aggregate Types
118
`(,(regexp-opt '("retain_value" "release_value_addr" "release_value"
0 commit comments