runtime: :: token is valid in C#. #3144

https://msdn.microsoft.com/en-us/library/c3ay4x3d.aspx
This commit is contained in:
Jerome Leclanche 2015-08-08 10:30:59 +02:00 committed by Justin M. Keyes
parent 6e233b93ea
commit d50939e361

View File

@ -25,8 +25,6 @@ syn keyword csStorage class delegate enum interface namespace struct
syn keyword csRepeat break continue do for foreach goto return while
syn keyword csConditional else if switch
syn keyword csLabel case default
" there's no :: operator in C#
syn match csOperatorError display +::+
" user labels (see [1] 8.6 Statements)
syn match csLabel display +^\s*\I\i*\s*:\([^:]\)\@=+
" modifier