#GF Syntax Coloring
Authors:
- Jordi Saludes
##Xcode
XCode plugins and Syntax Coloring is not documented, unfortunately syntax coloring must be manually selected from the Editor :/
Based on the work on Lua by:
- Tiago Bastos
- Alex Karahalios (Install Script)
- Bret Victor (Syntax file)
- Graham Henstridge (Syntax file)
##Pygments
-
Download a copy of Pygments and install it.
-
Assuming
Pygments
is where your copy resides, copyGf.py
intoPygments/pygments/lexers
. -
From
Pygments
callmake mapfiles
.
##Sublime Text
Copy folder Gf
into Packages
in the Sublime Text 2 installation folder.
###Commands
open_related: When viewing a GF source file,
view.run_command('open_related')
opens all related files (abstract and
concretes).