mirror of
https://github.com/vim/vim
synced 2025-03-15 14:27:53 +01:00
Problem: Highlight test script has a few problems. Solution: Rewrite the script in Vim9 syntax. (closes #10379)
10 lines
275 B
VimL
10 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()
|