Skip to content

Commit ad95bfe

Browse files
committed
feat: add mut and own keywords to highlighting.
1 parent 694541c commit ad95bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/fuse.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ syn region fuseFor transparent matchgroup=fuseRepeat start="\<for\>" end="\<do\>
7777
syn keyword fuseFor contained containedin=fuseFor in
7878

7979
" other keywords
80-
syn keyword fuseStatement return const let static break pub type
80+
syn keyword fuseStatement return const let mut own static break pub type
8181

8282
" operators
8383
syn keyword fuseOperator and or not in

0 commit comments

Comments
 (0)