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.
1 parent d07ba91 commit 141817cCopy full SHA for 141817c
utils/sil-mode.el
@@ -74,7 +74,7 @@
74
75
;; SIL Instructions - Borrowing
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))
+ '("\\(end_borrow\\) %[[:alnum:]]+ \\(from\\)" (1 font-lock-keyword-face) (2 font-lock-keyword-face))
78
79
;; SIL Instructions - ownership
80
`(,(regexp-opt '("unchecked_ownership_conversion") 'words) . font-lock-keyword-face)
0 commit comments