Forráskód Böngészése

Disable too-generic rust field match

Andrew Swistak 8 éve
szülő
commit
973acaec2b
1 módosított fájl, 1 hozzáadás és 1 törlés
  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