mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	add COBOL language support
This commit is contained in:
		
							
								
								
									
										7
									
								
								samples/COBOL/simple.cpy
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								samples/COBOL/simple.cpy
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| 01 COBOL-TEST-RECORD. | ||||
|   05 COBOL-TEST-USAGES. | ||||
|     10 COBOL-4-COMP PIC S9(4) COMP. | ||||
|     10 COBOL-8-COMP PIC S9(8) COMP. | ||||
|     10 COBOL-9-COMP PIC S9(9) COMP. | ||||
|     10 COBOL-4-COMP2 PIC S9(4) COMP-2. | ||||
|     10 COBOL-7-COMP2 PIC 9(7) COMP-2. | ||||
		Reference in New Issue
	
	Block a user