# FreeFem-parser-pygments **Repository Path**: mirrors_FreeFem/FreeFem-parser-pygments ## Basic Information - **Project Name**: FreeFem-parser-pygments - **Description**: FreeFEM parser for pygments - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-11 - **Last Updated**: 2026-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [FreeFEM](https://freefem.org/) parser for `pygments` This parser is used to build the [FreeFem-doc](https://github.com/FreeFem/FreeFem-doc) ## Usage This file must be added, for example under Ubuntu 16.04, in: ```bash /usr/lib/python2.7/site-packages/pygments/lexers ``` And run: ```bash cd /usr/lib/python2.7/site-packages/pygments/lexers/ && sudo python _mapping.py ``` On arch, the pygments path is: ```bash /usr/lib/python3.6/site-packages/pygments/lexers ``` On MacOS, the pygments path is: ```bash /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 | |