Explorar o código

Disable too-generic rust field match

Andrew Swistak %!s(int64=8) %!d(string=hai) anos
pai
achega
973acaec2b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      vim/after/syntax/rust.vim

+ 1 - 1
vim/after/syntax/rust.vim

@@ -1,5 +1,5 @@
 "syn match rustType "\w\+\s{\@="
-syn match rustField "\w\+\(: \)\@="
+"syn match rustField "\w\+\(: \)\@="
 
 hi link rustCommentLineDoc SpecialComment
 hi link rustCommentBlockDoc SpecialComment