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 c2c890a commit 18b4d67Copy full SHA for 18b4d67
utils/sil-mode.el
@@ -186,6 +186,11 @@
186
;; Debug Info
187
`(,(regexp-opt '("loc" "scope" "parent" "inlined_at")
188
'words) . font-lock-keyword-face)
189
+ ;; noimplicit copy
190
+ `(,(regexp-opt '("moveonlywrapper_to_copyable" "moveonlywrapper_to_copyable_addr"
191
+ "copyable_to_moveonlywrapper" "copyable_to_moveonlywrapper_addr"
192
+ "moveonlywrapper_to_copyable_box")
193
+ 'words) . font-lock-keyword-face)
194
;; SIL Value
195
'("\\b[%][A-Za-z_0-9]+\\([#][0-9]+\\)?\\b" . font-lock-variable-name-face)
196
;; Variables
0 commit comments