Skip to content

Commit 521821a

Browse files
committed
fix: detect dune-file as a dune file as well
Signed-off-by: Rudi Grinberg <[email protected]> <!-- ps-id: 55a96f68-207f-4446-a6e8-560c53006fb0 -->
1 parent c11dfa3 commit 521821a

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)