diff options
author | thatch <devnull@localhost> | 2009-10-08 10:42:51 -0700 |
---|---|---|
committer | thatch <devnull@localhost> | 2009-10-08 10:42:51 -0700 |
commit | f9eb898e663822ca9dcfd82127c47fe170313735 (patch) | |
tree | a960ab45bd0e8155a37ed49825c65d7afb26d2f1 /pygments/lexers/_mapping.py | |
parent | a7b486115dfc6156de426d2dc16f025c184d8cf0 (diff) | |
download | pygments-f9eb898e663822ca9dcfd82127c47fe170313735.tar.gz |
Integrate Felix lexer (#441)
Diffstat (limited to 'pygments/lexers/_mapping.py')
-rw-r--r-- | pygments/lexers/_mapping.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pygments/lexers/_mapping.py b/pygments/lexers/_mapping.py index 98ea64f3..150e392b 100644 --- a/pygments/lexers/_mapping.py +++ b/pygments/lexers/_mapping.py @@ -72,6 +72,7 @@ LEXERS = { 'EvoqueHtmlLexer': ('pygments.lexers.templates', 'HTML+Evoque', ('html+evoque',), ('*.html',), ('text/html+evoque',)), 'EvoqueLexer': ('pygments.lexers.templates', 'Evoque', ('evoque',), ('*.evoque',), ('application/x-evoque',)), 'EvoqueXmlLexer': ('pygments.lexers.templates', 'XML+Evoque', ('xml+evoque',), ('*.xml',), ('application/xml+evoque',)), + 'FelixLexer': ('pygments.lexers.compiled', 'Felix', ('felix', 'flx'), ('*.flx', '*.flxh'), ('text/x-felix',)), 'FortranLexer': ('pygments.lexers.compiled', 'Fortran', ('fortran',), ('*.f', '*.f90'), ('text/x-fortran',)), 'GLShaderLexer': ('pygments.lexers.compiled', 'GLSL', ('glsl',), ('*.vert', '*.frag', '*.geo'), ('text/x-glslsrc',)), 'GasLexer': ('pygments.lexers.asm', 'GAS', ('gas',), ('*.s', '*.S'), ('text/x-gas',)), |