<FromGitter>
<charleystran> does anyone know of a vim plugin for ecr files? I am using https://github.com/rhysd/vim-crystal which does good for .cr files, but ecr files are not highlighted properly
<FromGitter>
<Blacksmoke16> could try using erb :p
<FromGitter>
<charleystran> that was my first attempt actually, it didnt end up working, but I after another google if I set it to eruby.html over eruby, it does work. Thanks!
<FromGitter>
<Brodan> Hi all, new to Amber/crystal in general. Question about db migrations: How to I generate a new blank migration? I'm coming from a django backround and the `amber db` help page doesnt mention how to create a migration? do i have to use micrate?
<FromGitter>
<Blacksmoke16> did you try like `amber db g` or something?
<FromGitter>
<Blacksmoke16> idk taking a guesss
<FromGitter>
<Brodan> that generates the database itself, but cant be used for migrations unfortunately :(
<FromGitter>
<Brodan> maybe ill just try to implement it myself and open a PR :D
<FromGitter>
<Blacksmoke16> 👍 yea i dunno, i dont use amber so dont have a good answer
<FromGitter>
<Brodan> how come youre on the amber gitter if you don't use it??