Added Lua example

This commit is contained in:
James Booth
2013-09-15 21:38:59 +01:00
parent 82864e710a
commit 25c8461fa4
2 changed files with 108 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ profanity-plugins
Plugin support for Profanity is currently in development at the `plugins` branch.
Currently supported languages for writing plugins are Python, Ruby and C.
Currently supported languages for writing plugins are C, Python, Ruby and Lua.
Building Profanity with plugin support
--------------------------------------
@@ -12,6 +12,7 @@ You will need a few more dependencies installed on your system:
```
python-dev
lua-dev
ruby-dev
libtool
autoconf-archive
@@ -58,6 +59,7 @@ Whilst the API is being developed, the following test plugins are a good referen
```
python-test.py
RubyTest.rb
luatest.lua
test-c-plugin/*
```