-
Notifications
You must be signed in to change notification settings - Fork 162
Syntax Highlighting GAP
Max Horn edited this page Feb 26, 2016
·
10 revisions
There are extensions for many text editors or other programs to provide syntax highlighting for GAP. These syntax highlighters are not in general provided by GAP itself, but in separate packages.
- Textmate : Download from https://github.com/dhowden/gap-tmbundle
- Sublime text : Download textmate package from https://github.com/dhowden/gap-tmbundle
- Atom : The
language-gap
package, source available from https://github.com/ChrisJefferson/language-gap (automatically converted from https://github.com/dhowden/gap-tmbundle ) - Emacs : A full
gap-mode
https://bitbucket.org/gvol/gap-mode with some support forHPC-GAP
as well. - BBEdit: Download the language module and place it into
~/Library/Application Support/BBEdit/Language Modules/
- TextWrangler: Download the language module and place it into
~/Library/Application Support/TextWrangler/Language Modules/
- pygments : Distributed by default with pygments
- rouge : Not yet implemented. Help wanted!
- codemirror: This is used in Jupyter. @markuspf made a very basic highlighter. The pull request has been ignored, and help to improve it is direly needed.