Skip to content

Commit 400bee0

Browse files
committed
Improved comments options for Dune and Sexplib
1 parent ba6a32d commit 400bee0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ftplugin/dune.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ set lisp
1515

1616
" Comment string
1717
setl commentstring=;\ %s
18-
setl comments=:;
18+
setl comments=n:;
1919

2020
setl iskeyword+=#,?,.,/

ftplugin/sexplib.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ let b:did_ftplugin=1
1212

1313
" Comment string
1414
setl commentstring=;\ %s
15-
setl comments=:;
15+
setl comments=n:;

0 commit comments

Comments
 (0)