mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Available in pygments since 5ceb7533e214. Signed-off-by: Thomas Braun <thomas.braun@byte-physics.de>
		
			
				
	
	
		
			22 lines
		
	
	
		
			290 B
		
	
	
	
		
			Igor
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			290 B
		
	
	
	
		
			Igor
		
	
	
	
	
	
| #pragma rtGlobals=3
 | |
| 
 | |
| StrConstant myConstString="abcd"
 | |
| // some comment
 | |
| constant myConst=123
 | |
| 
 | |
| Structure struct1
 | |
| 	string str
 | |
| 	variable var
 | |
| EndStructure
 | |
| 
 | |
| static Structure struct2
 | |
| 	string str
 | |
| 	variable var
 | |
| EndStructure
 | |
| 
 | |
| #include "someFile"
 | |
| 
 | |
| #ifdef NOT_DEFINED
 | |
| 	// conditional compilation
 | |
| #endif
 |