Add Lisp filetype (patch by Mário Silva, thanks).
commitb109889e5e6c3f228d9f2709b114a7b79097467c
authorNick Treleaven <nick.treleaven@btinternet.com>
Wed, 6 Oct 2010 17:10:15 +0000 (6 17:10 +0000)
committerNick Treleaven <nick.treleaven@btinternet.com>
Wed, 6 Oct 2010 17:10:15 +0000 (6 17:10 +0000)
tree0c0c3528ee157f78396bc68290a80b465cf18e2c
parentd01434b0e0efca7e56fdaa88d556f787358368bc
Add Lisp filetype (patch by Mário Silva, thanks).
Note: Lisp lexer was taken from Scintilla instead.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5286 ea778897-0a13-0410-b9d1-a72fbfd435f5
13 files changed:
ChangeLog
THANKS
data/filetype_extensions.conf
data/filetypes.lisp [new file with mode: 0644]
scintilla/KeyWords.cxx
scintilla/LexLisp.cxx [new file with mode: 0644]
scintilla/Makefile.am
scintilla/makefile.win32
src/about.c
src/filetypes.c
src/filetypes.h
src/highlighting.c
wscript