Closed mgor closed 9 years ago
Merged into the mainline. Thanks!
I've also added you to the AUTHORS file.
Thanks!
I'm working on some other improvements as well, for now in the vim syntax file. I'm converting an old and complex autogen project to ribosome.
Well, if you have any expertise with vimL, one thing that would help a lot would be to decide on syntax colouring of the control language based on the file extension (.rb.dna = ruby, .js.dna = javascript, .py.dna = python).
When opening a second dna-file in a tab, vim will complain that the *View functions and command already exist.
Changing to
function!
andcommand!
will replace any existing versions of the same functions, hence no errors.