Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 491 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 491 Bytes

komodo-elixir-udl

VERY basic UDL file for the Elixir language. Includes built XPI extension for Komodo-Edit and Komodo-IDE

Just install the latest .xpi file in your Komodo installation

To build (assuming Komodo-IDE in ~/Komodo-IDE-9), run

~/Komodo-IDE-9/lib/sdk/bin/koext build

in project directory.

TODO

  • fix calls to erlang :module.function(..)
  • distinguish between module names and atoms
  • respect do: one-liners
  • code intelligence would be awesome