OK, here's what I want to do: I want to add some syntax highlighting for Lua, but I'm not sure how (or if I even can). Here's what I've tried: 1) Making a filetypes.lua file 2) Adding a line (Lua=*lua;) to my filetype_extensions.conf ... Well, that obviously didn't work; so my question is How can I add support for more filetypes, if I can at all?
Thanks in advance!
On 02/25/2007 03:51:31 AM, Cory Burgett wrote:
OK, here's what I want to do: I want to add some syntax highlighting for Lua, but I'm not sure how (or if I even can).
There's Lua support in the current SVN trunk (and Javascript).
Here's what I've tried:
- Making a filetypes.lua file
- Adding a line (Lua=*lua;) to my filetype_extensions.conf
... Well, that obviously didn't work; so my question is How can I add support for more filetypes, if I can at all?
Unfortunately it's not easy to do. There's no support for custom filetypes yet. See: http://lists.uvena.de/pipermail/geany/2007-February/000731.html
Regards, Nick