Skip to content

Commit

Permalink
Experimental support for snakemake
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRadev committed Mar 17, 2024
1 parent 255b426 commit 9b0c30f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ftplugin/snakemake/splitjoin.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
let b:splitjoin_split_callbacks = [
\ 'sj#coffee#SplitString',
\ 'sj#python#SplitStatement',
\ ]

let b:splitjoin_join_callbacks = [
\ 'sj#python#JoinStatement',
\ 'sj#coffee#JoinString',
\ ]

0 comments on commit 9b0c30f

Please sign in to comment.