Skip to content

Commit f8d90ec

Browse files
committed
[sil-mode] Add syntax highlighting for convert_escape_to_noescape
1 parent 1785855 commit f8d90ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/sil-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"unchecked_bitwise_cast"
152152
"ref_to_raw_pointer" "raw_pointer_to_ref"
153153
"unowned_to_ref" "ref_to_unowned"
154-
"convert_function"
154+
"convert_function" "convert_escape_to_noescape"
155155
"ref_to_unmanaged" "unmanaged_to_ref"
156156
"thin_function_to_pointer" "pointer_to_thin_function"
157157
"ref_to_bridge_object"

0 commit comments

Comments
 (0)