Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 775 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 775 Bytes

FreeFEM parser for pygments

This parser is used to build the FreeFem-doc

Usage

This file must be added, for example under Ubuntu 16.04, in:

/usr/lib/python2.7/site-packages/pygments/lexers

And run:

cd /usr/lib/python2.7/site-packages/pygments/lexers/ && sudo python _mapping.py

On arch, the pygments path is:

/usr/lib/python3.6/site-packages/pygments/lexers

On MacOS, the pygments path is:

/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pygments/lexers

Authors

Author Github Website
Franck Lahaye https://github.com/franckl
Simon Garnotel https://github.com/sgarnotel