Skip to content

Commit 9b0c30f

Browse files
committed
Experimental support for snakemake
1 parent 255b426 commit 9b0c30f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

ftplugin/snakemake/splitjoin.vim

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
let b:splitjoin_split_callbacks = [
2+
\ 'sj#coffee#SplitString',
3+
\ 'sj#python#SplitStatement',
4+
\ ]
5+
6+
let b:splitjoin_join_callbacks = [
7+
\ 'sj#python#JoinStatement',
8+
\ 'sj#coffee#JoinString',
9+
\ ]

0 commit comments

Comments
 (0)