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 ed2612f + 0df0e58 commit 961eec2Copy full SHA for 961eec2
utils/sil-mode.el
@@ -76,6 +76,9 @@
76
`(,(regexp-opt '("load_borrow" "begin_borrow" "store_borrow" "end_borrow_argument") 'words) . font-lock-keyword-face)
77
'("\\(end_borrow\\) %[[:alnum:]]+ \\(from\\)" (1 font-lock-keyword-face) (2 font-lock-keyword-face))
78
79
+ ;; SIL Instructions - Exclusivity
80
+ `(,(regexp-opt '("begin_access" "end_access") 'words) . font-lock-keyword-face)
81
+
82
;; SIL Instructions - ownership
83
`(,(regexp-opt '("unchecked_ownership_conversion") 'words) . font-lock-keyword-face)
84
0 commit comments