mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			199 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			199 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| cat >&2 <<EOF
 | |
| *
 | |
| * diffsitter uses tree-sitter grammars that are provided in standalone packages
 | |
| * 'tree-sitter-<lang>' (e.g. tree-sitter-c) and must be installed separately.
 | |
| *
 | |
| EOF
 | |
| 
 | |
| exit 0
 |