We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mut
own
1 parent 694541c commit ad95bfeCopy full SHA for ad95bfe
syntax/fuse.vim
@@ -77,7 +77,7 @@ syn region fuseFor transparent matchgroup=fuseRepeat start="\<for\>" end="\<do\>
77
syn keyword fuseFor contained containedin=fuseFor in
78
79
" other keywords
80
-syn keyword fuseStatement return const let static break pub type
+syn keyword fuseStatement return const let mut own static break pub type
81
82
" operators
83
syn keyword fuseOperator and or not in
0 commit comments