summaryrefslogtreecommitdiff
path: root/mnv/runtime/syntax/testdir/input/mnv_comment_strings.mnv
blob: 11707b045a031b9a7750432cc069415a39ac6210 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
" MNV comment strings
" MNV_TEST_SETUP let g:mnvsyn_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
}