Emacs Major Mode for Umka Programming Language.
Put umka-mode.el to some folder /path/to/umka/. Add this to your .emacs:
;; Adding `/path/to/umka` to load-path so `require` can find it
(add-to-list 'load-path "/path/to/umka/")
;; Importing umka-mode
(require 'umka-mode)TODO: feel free to submit this package to MELPA or what not