mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 19:12:38 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			236 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			236 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| /* This file is NOT part of highlight.js */
 | |
| document.addEventListener('DOMContentLoaded', (event) => {
 | |
|     document.querySelectorAll('.programlisting, .screen').forEach((element) => {
 | |
|         hljs.highlightElement(element);
 | |
|     });
 | |
| });
 | 
