Skip to content
This repository was archived by the owner on Oct 5, 2019. It is now read-only.

Commit f42e12f

Browse files
committed
Merged in sgarnotel/pygments-main (pull request #785)
2 parents 1d08dbe + 86d85df commit f42e12f

File tree

4 files changed

+1063
-0
lines changed

4 files changed

+1063
-0
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,5 +223,6 @@ Other contributors, listed alphabetically, are:
223223
* Vincent Zurczak -- Roboconf lexer
224224
* Rostyslav Golda -- FloScript lexer
225225
* GitHub, Inc -- DASM16, Augeas, TOML, and Slash lexers
226+
* Simon Garnotel -- FreeFem++ lexer
226227

227228
Many thanks for all contributions!

pygments/lexers/_mapping.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
'FortranFixedLexer': ('pygments.lexers.fortran', 'FortranFixed', ('fortranfixed',), ('*.f', '*.F'), ()),
167167
'FortranLexer': ('pygments.lexers.fortran', 'Fortran', ('fortran',), ('*.f03', '*.f90', '*.F03', '*.F90'), ('text/x-fortran',)),
168168
'FoxProLexer': ('pygments.lexers.foxpro', 'FoxPro', ('foxpro', 'vfp', 'clipper', 'xbase'), ('*.PRG', '*.prg'), ()),
169+
'FreeFemLexer': ('pygments.lexers.freefem', 'FreeFem', ('freefem',), ('*.edp', '*.idp',), ('text/x-edpsrc',)),
169170
'GAPLexer': ('pygments.lexers.algebra', 'GAP', ('gap',), ('*.g', '*.gd', '*.gi', '*.gap'), ()),
170171
'GLShaderLexer': ('pygments.lexers.graphics', 'GLSL', ('glsl',), ('*.vert', '*.frag', '*.geo'), ('text/x-glslsrc',)),
171172
'GasLexer': ('pygments.lexers.asm', 'GAS', ('gas', 'asm'), ('*.s', '*.S'), ('text/x-gas',)),

0 commit comments

Comments
 (0)