-
Notifications
You must be signed in to change notification settings - Fork 161
Syntax Highlighting GAP
Max Horn edited this page Sep 9, 2022
·
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. The following list provides links to packages we have been made aware of. They are provided as-is and we unfortunately cannot provide support for either of the packages. If you encounter problems, please contact the respective author.
A list of editors is part of our FAQ.
- 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.