Add Forth filetype (patch by Thomas Huth, thanks).
commit054afed31099a7c6f9bc1ef8708c7b30dc396fcc
authorNick Treleaven <nick.treleaven@btinternet.com>
Thu, 30 Sep 2010 16:59:22 +0000 (30 16:59 +0000)
committerNick Treleaven <nick.treleaven@btinternet.com>
Thu, 30 Sep 2010 16:59:22 +0000 (30 16:59 +0000)
treeffa00b7bd6045bc61c6b1d8d05ba8414c5ebc26f
parent59690a1617bcc43e956a089177536beee439ca26
Add Forth filetype (patch by Thomas Huth, thanks).

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5266 ea778897-0a13-0410-b9d1-a72fbfd435f5
13 files changed:
ChangeLog
THANKS
data/filetype_extensions.conf
data/filetypes.forth [new file with mode: 0644]
scintilla/KeyWords.cxx
scintilla/LexForth.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