瀏覽代碼

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