Преглед изворни кода

Disable too-generic rust field match

Andrew Swistak пре 8 година
родитељ
комит
973acaec2b
1 измењених фајлова са 1 додато и 1 уклоњено
  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