Skip to content

Commit c718e0e

Browse files
committed
Add CheckedDiv to vim syntax
1 parent 84c6018 commit c718e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/vim/syntax/rust.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ syn keyword rustTrait OrdIterator MutableDoubleEndedIterator ExactSize
8686

8787
syn keyword rustTrait Algebraic Trigonometric Exponential Hyperbolic
8888
syn keyword rustTrait Bitwise Bounded Integer Fractional Real RealExt
89-
syn keyword rustTrait Num NumCast CheckedAdd CheckedSub CheckedMul
89+
syn keyword rustTrait Num NumCast CheckedAdd CheckedSub CheckedMul CheckedDiv
9090
syn keyword rustTrait Orderable Signed Unsigned Round
9191
syn keyword rustTrait Primitive Int Float ToStrRadix ToPrimitive FromPrimitive
9292
syn keyword rustTrait GenericPath Path PosixPath WindowsPath

0 commit comments

Comments
 (0)