mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	runtime: :: token is valid in C#. #3144
				
					
				
			https://msdn.microsoft.com/en-us/library/c3ay4x3d.aspx
This commit is contained in:
		 Jerome Leclanche
					Jerome Leclanche
				
			
				
					committed by
					
						 Justin M. Keyes
						Justin M. Keyes
					
				
			
			
				
	
			
			
			 Justin M. Keyes
						Justin M. Keyes
					
				
			
						parent
						
							6e233b93ea
						
					
				
				
					commit
					d50939e361
				
			| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user