mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-11-03 20:22:21 +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);
 | 
						|
    });
 | 
						|
});
 |