Skip to content

Commit 81be9d0

Browse files
authored
Merge pull request #107 from ocaml/ps/rr/fix__detect_dune_file_as_a_dune_file_as_well
fix: detect dune-file as a dune file as well
2 parents c11dfa3 + 521821a commit 81be9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ftdetect/dune.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
au BufNewFile,BufRead jbuild,dune,dune-project,dune-workspace setf dune
1+
au BufNewFile,BufRead jbuild,dune,dune-project,dune-workspace,dune-file setf dune

0 commit comments

Comments
 (0)