0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04:00
vim/runtime/syntax/hitest.vim

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
275 B
VimL
Raw Normal View History

2004-06-13 20:20:40 +00:00
" Vim syntax file
" Language: none; used to see highlighting
" Maintainer: github user lacygoill
" Last Change: 2023 Mar 08
2004-06-13 20:20:40 +00:00
" To see your current highlight settings, do
" :so $VIMRUNTIME/syntax/hitest.vim
import 'dist/vimhighlight.vim'
call vimhighlight.HighlightTest()