blob: 27b8eab73a160debee5886b2d63405b9b5f16312 (
plain)
1
2
3
4
5
6
7
8
9
10
|
" 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()
|