PaulTurner-awin / stikked

Automatically exported from code.google.com/p/stikked
GNU General Public License v3.0
0 stars 0 forks source link

Add Lua as Language #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Would be great if Lua could be added to the list of languages.

Original issue reported on code.google.com by mischa.p...@gmail.com on 3 May 2010 at 8:35

GoogleCodeExporter commented 8 years ago
It is quite easy to perform. Stikked is based on geshi which include a lua 
highlighter.
Just insert lua in your database

INSERT INTO `<your stikked db>`.`languages` (`code`, `description`) VALUES 
('lua', 'Lua');

Original comment by michael....@gmail.com on 24 Aug 2011 at 12:13