Closed Jwong684 closed 6 years ago
Hey, Jasper, I am back in the action! What type of file formats have you already done for vim? Is it only fasta? I will focus on pdb, vcf and bed (or you've done this one already?) files for now. If you need any help, just ask
Hey German,
I have also just started looking at this haha. I will do bed, since it seems relatively straightforward.
If you have any code pertaining to some useful regexp in vim, please share it on here. I think it would be more helpful to see your logic rather than rely on some variable forums on vim regexp.
Thank you!
Jasper
@Jwong684 Vim Robust Column Selection is now solved: there might be another way to do using nextgroup= but we can worry about that if need be, this is good for now.
This is a useful tutorial to get into vim syntax: http://vim.wikia.com/wiki/Creating_your_own_syntax_files
Enable syntax in ~/.vimrc:
There is essentially a vim folder in your home directory: Make these subdirectories:
In syntax/fasta.vim: (specifications)
Something kept breaking when I followed the online tutorial so I broke it down to this skeleton for now. More to come.