Skip to content

Commit 8a1311d

Browse files
committed
vim: add open and mutating keywords to SIL
Add a couple of missing modififers to the syntax highlighting for SIL in vim.
1 parent b747462 commit 8a1311d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/vim/syntax/sil.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ syn keyword silAttributes contained containedin=silAttribute
4545
\ exact
4646
\ init
4747
\ modify
48+
\ mutating
4849
\ objc
50+
\ open
4951
\ read
5052
\ rootself
5153
\ stack

0 commit comments

Comments
 (0)