mirror of
				https://github.com/BurntSushi/ripgrep.git
				synced 2025-10-30 23:17:47 +02:00 
			
		
		
		
	add support for terraform file type
This commit is contained in:
		
				
					committed by
					
						 Andrew Gallant
						Andrew Gallant
					
				
			
			
				
	
			
			
			
						parent
						
							1136f8adab
						
					
				
				
					commit
					214f2bef66
				
			| @@ -195,6 +195,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ | ||||
|     ("tcl", &["*.tcl"]), | ||||
|     ("tex", &["*.tex", "*.ltx", "*.cls", "*.sty", "*.bib"]), | ||||
|     ("textile", &["*.textile"]), | ||||
|     ("tf", &["*.tf"]), | ||||
|     ("ts", &["*.ts", "*.tsx"]), | ||||
|     ("txt", &["*.txt"]), | ||||
|     ("toml", &["*.toml", "Cargo.lock"]), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user