mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Add Opal to list of recognized languages
This commit is contained in:
		| @@ -1564,6 +1564,13 @@ Opa: | |||||||
|   extensions: |   extensions: | ||||||
|   - .opa |   - .opa | ||||||
|  |  | ||||||
|  | Opal: | ||||||
|  |   type: programming | ||||||
|  |   color: "#f7ede0" | ||||||
|  |   lexer: Text only | ||||||
|  |   extensions: | ||||||
|  |   - .opal | ||||||
|  |  | ||||||
| OpenCL: | OpenCL: | ||||||
|   type: programming |   type: programming | ||||||
|   group: C |   group: C | ||||||
|   | |||||||
							
								
								
									
										9
									
								
								samples/Opal/DeepakChopra.opal
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								samples/Opal/DeepakChopra.opal
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | |||||||
|  | -- Deepak Chopra nonsense text generator | ||||||
|  | -- see https://github.com/StoneCypher/DeepakChopra_Opal/ | ||||||
|  |  | ||||||
|  | starts = ["Experiential truth ", "The physical world ", "Non-judgment ", "Quantum physics "] | ||||||
|  | middles = ["nurtures an ", "projects onto ", "imparts reality to ", "constructs with "] | ||||||
|  | qualifiers = ["abundance of ", "the barrier of ", "self-righteous ", "potential "] | ||||||
|  | finishes = ["marvel.", "choices.", "creativity.", "actions."] | ||||||
|  |  | ||||||
|  | alert starts.sample + middles.sample + qualifiers.sample + finishes.sample | ||||||
		Reference in New Issue
	
	Block a user