Fork me on GitHub
#alda
<
2015-11-09
>
madcapjake17:11:50

Hello alda users! I updated [language-alda](https://github.com/MadcapJake/language-alda/releases/tag/v0.4.0) to support the latest changes to alda syntax. Hope you like it. Don't forget to submit issues if you find something that needs fixing!

dave22:11:09

looks awesome, thanks @madcapjake!

dave22:11:56

one thing to consider about automatically adding : after instrument names is that sometimes you may want to specify multiple instruments, e.g. trumpet/trombone/tuba:

madcapjake22:11:41

oops! you're right!

dave22:11:28

btw, if anyone has thoughts on Alda having a long-comment syntax again, please let me know your thoughts! https://github.com/alda-lang/alda/issues/142

dave22:11:08

i have a feeling alda 1.0.0 is on the horizon, and it would be good for us to nail down the "official syntax" before then

madcapjake23:11:16

Fixed instrument snippet: first instrument places the colon (and allows you to <tab> from before to after if you have no extra instruments or a nickname) and subsequent instruments provide non-coloned completions. Nicely, atom lets you <tab> through to after the first instrument's colon for free!