Browse Source

Disable too-generic rust field match

Andrew Swistak 8 years ago
parent
commit
973acaec2b
1 changed files with 1 additions and 1 deletions
  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