From c32a244a3c80433a1cfc593db7701a037363fe9c Mon Sep 17 00:00:00 2001 From: hallgren Date: Tue, 20 Sep 2011 12:41:32 +0000 Subject: Created a new page documenting available editor modes for GF Also adding editing modes for Gedit and Geany contributed by John J. Camilleri. --- src/tools/dark-filetypes.GF.conf | 37 +++++++ src/tools/gf.lang | 211 ++++++++++++++++++++++++++++++++++++++ src/tools/light-filetypes.GF.conf | 33 ++++++ 3 files changed, 281 insertions(+) create mode 100644 src/tools/dark-filetypes.GF.conf create mode 100644 src/tools/gf.lang create mode 100644 src/tools/light-filetypes.GF.conf (limited to 'src/tools') diff --git a/src/tools/dark-filetypes.GF.conf b/src/tools/dark-filetypes.GF.conf new file mode 100644 index 000000000..f1ffae48b --- /dev/null +++ b/src/tools/dark-filetypes.GF.conf @@ -0,0 +1,37 @@ +# This file written by John J. Camilleri, June 2011 +# Geany documentation ref: http://www.geany.org/manual/dev/index.html#custom-filetypes + +[styling] +# foreground;background;bold;italic +default=0xffffff;0x1E1E1E;false;false +commentline=0x747474;0x1E1E1E;false;false +commentblock=0x747474;0x1E1E1E;false;false +commentblock2=0x747474;0x1E1E1E;false;false +commentblock3=0x747474;0x1E1E1E;false;false +number=0x7ECDFF;0x1E1E1E;false;false +keyword=0xFFCA4A;0x1E1E1E;true;false +import=0x8C2421;0x1E1E1E;false;false +string=0xA18651;0x1E1E1E;false;false +character=0xA18651;0x1E1E1E;false;false +class=0xB2A886;0x1E1E1E;True;false +operator=0x98BAC5;0x1E1E1E;true;false +identifier=0xffffff;0x1E1E1E;false;false +capital=0x7BB25A;0x1E1E1E;false;false +module=0xAD7DAD;0x1E1E1E;false;false +data=0x5ABEFF;0x1E1E1E;false;false + +[keywords] +keywords=PType Str Strs Type abstract case cat concrete data def flags fun in incomplete instance interface let lin lincat lindef of open oper param pre printname resource strs table transfer variants where with + +[settings] +extension=gf + +comment_single=-- +comment_open={- +comment_close=-} +comment_use_indent=true + +#tag_parser=GF +lexer_filetype=Haskell + +[build_settings] diff --git a/src/tools/gf.lang b/src/tools/gf.lang new file mode 100644 index 000000000..6ddd37fb8 --- /dev/null +++ b/src/tools/gf.lang @@ -0,0 +1,211 @@ + + + + + text/x-gf;text/plain + *.gf + + + +