halohalospecial / codemirror-elixir-mode

Elixir mode for CodeMirror / Light Table
4 stars 4 forks source link

indentation after do: #1

Open rinuboney opened 10 years ago

rinuboney commented 10 years ago

the editor indents after a single line function definition

halohalospecial commented 10 years ago

Hi. Yes, the biggest issues are with indentation. The project is really a quick hack to aid me in using Elixir with LightTable and I don't have time as of the moment to complete the features. Some of the keywords may also be deprecated (or missing) since there are new versions of Elixir. A pull request is always welcome :)

Btw, if you are using LightTable, I have a plugin for this that I can share with you.

rinuboney commented 10 years ago

yup i'm using LightTable. I'm actually working on a plugin myself. can you share that plugin?

halohalospecial commented 10 years ago

Hi. I added the plugin files needed for LightTable.

rinuboney commented 10 years ago

do you plan on working on the inline evaluation and the inline docs features?

halohalospecial commented 10 years ago

Probably not (or not in the near future). If I can get free time, I'll try to work on the indentation issues and update syntax highlighting to work well with the current version of Elixir.

rinuboney commented 10 years ago

k. maybe you could make the codemirror plugin work well and i can use the plugin and add features like inline eval,docs etc

halohalospecial commented 10 years ago

great!