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 84c6018 commit c718e0eCopy full SHA for c718e0e
src/etc/vim/syntax/rust.vim
@@ -86,7 +86,7 @@ syn keyword rustTrait OrdIterator MutableDoubleEndedIterator ExactSize
86
87
syn keyword rustTrait Algebraic Trigonometric Exponential Hyperbolic
88
syn keyword rustTrait Bitwise Bounded Integer Fractional Real RealExt
89
-syn keyword rustTrait Num NumCast CheckedAdd CheckedSub CheckedMul
+syn keyword rustTrait Num NumCast CheckedAdd CheckedSub CheckedMul CheckedDiv
90
syn keyword rustTrait Orderable Signed Unsigned Round
91
syn keyword rustTrait Primitive Int Float ToStrRadix ToPrimitive FromPrimitive
92
syn keyword rustTrait GenericPath Path PosixPath WindowsPath
0 commit comments