add support for forth code blocks
commit385746d69c7610ce377304cb1a15a1490e40e8c2
authorEric Schulte <schulte.eric@gmail.com>
Fri, 8 Aug 2014 11:56:20 +0000 (8 07:56 -0400)
committerEric Schulte <schulte.eric@gmail.com>
Sat, 9 Aug 2014 23:00:02 +0000 (9 19:00 -0400)
treee4d36b223b385f16077c2732fc325a58e69f5242
parentb3fbd31f17fe6a18d49253867bb5714da26c4e88
add support for forth code blocks

  Currently only session code block evaluation is supported, however
  this is a reasonable default for forth.

* lisp/org.el (org-babel-load-languages): Add "Forth" to the list of
  loadable languages.

* list/ob-forth.el: New file.
lisp/ob-forth.el [new file with mode: 0644]
lisp/org.el