Problem: Highlight test script has a few problems. Solution: Rewrite the script in Vim9 syntax. (closes #10379)
		
			
				
	
	
		
			11 lines
		
	
	
		
			275 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			275 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
| " Vim syntax file
 | |
| " Language:	none; used to see highlighting
 | |
| " Maintainer:	github user lacygoill
 | |
| " Last Change:	2023 Mar 08
 | |
| 
 | |
| " To see your current highlight settings, do
 | |
| "    :so $VIMRUNTIME/syntax/hitest.vim
 | |
| 
 | |
| import 'dist/vimhighlight.vim'
 | |
| call vimhighlight.HighlightTest()
 |