-
Notifications
You must be signed in to change notification settings - Fork 162
Syntax Highlighting GAP
Alexander Konovalov edited this page Dec 20, 2017
·
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.
-
Atom: The
language-gap
package, source available from https://github.com/ChrisJefferson/language-gap (automatically converted from https://github.com/dhowden/gap-tmbundle ) -
BBEdit: Download the language module and place it into
~/Library/Application Support/BBEdit/Language Modules/
-
GNU Emacs: A full
gap-mode
https://bitbucket.org/gvol/gap-mode with some support forHPC-GAP
as well. - Sublime Text : Download textmate package from https://github.com/dhowden/gap-tmbundle
- Textmate: Download from https://github.com/dhowden/gap-tmbundle
-
TextWrangler: Download the language module and place it into
~/Library/Application Support/TextWrangler/Language Modules/
- vim: see "Editor Support" in the GAP Reference Manual
- 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.