And remove C bitfield syntax so that new keyword notation (":" instead of ",") will work right

SVN revision: 11265
This commit is contained in:
xcomputerman 2004-08-18 03:36:48 +00:00 committed by xcomputerman
parent ae07a5791e
commit 05b75d8230
1 changed files with 0 additions and 4 deletions

View File

@ -257,10 +257,6 @@ syn match cUserCont display ";\s*\I\i*\s*:[^:]"me=e-1 contains=@cLabelGroup
syn match cUserLabel display "\I\i*" contained
" Avoid recognizing most bitfields as labels
syn match cBitField display "^\s*\I\i*\s*:\s*[1-9]"me=e-1
syn match cBitField display ";\s*\I\i*\s*:\s*[1-9]"me=e-1
if exists("c_minlines")
let b:c_minlines = c_minlines
else