Selaa lähdekoodia

Disable too-generic rust field match

Andrew Swistak 8 vuotta sitten
vanhempi
commit
973acaec2b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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