Skip to content

Commit fffc954

Browse files
committed
[sil-mode] Add syntax highlighting for value buffer insts.
Swift SVN r27175
1 parent 857e32d commit fffc954

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/sil-mode.el

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@
119119
"word_to_bridge_object" "ref_to_bridge_object"
120120
)
121121
'words) . font-lock-keyword-face)
122+
;; Value Buffer
123+
`(,(regexp-opt '("alloc_value_buffer" "dealloc_value_buffer"
124+
"project_value_buffer") 'words) . font-lock-keyword-face)
122125
;; Checked Conversions
123126
`(,(regexp-opt '("unconditional_checked_cast" "unconditional_checked_cast_addr")
124127
'words) . font-lock-keyword-face)

0 commit comments

Comments
 (0)