summaryrefslogtreecommitdiff
path: root/mnv/runtime/syntax/testdir/input/mnv9_comment_strings.mnv
blob: adfae6493e840739ea9b77d68fa7e3656ef34cff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
mnv9script
# MNV9 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
}

{
  # pre "string" post
}