0
0
mirror of https://github.com/vim/vim.git synced 2025-07-24 10:45:12 -04:00
vim/runtime/syntax/testdir/input/vim_ex_comment_strings.vim

21 lines
275 B
VimL
Raw Normal View History

" Vim comment strings
" VIM_TEST_SETUP let g:vimsyn_comment_strings = v:true
" pre "string" post
function Foo()
" pre "string" post
endfunction
def Bar()
# pre "string" post
enddef
command Foo {
# pre "string" post
}
autocmd BufNewFile * {
# pre "string" post
}