Explorar el Código

Disable too-generic rust field match

Andrew Swistak hace 8 años
padre
commit
973acaec2b
Se han modificado 1 ficheros con 1 adiciones y 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