vim/runtime/syntax/hitest.vim
lagygoill 4df0772a41 patch 9.0.1399: highlight test script has a few problems
Problem:    Highlight test script has a few problems.
Solution:   Rewrite the script in Vim9 syntax. (closes #10379)
2023-03-10 18:37:11 +00:00

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()