Uploaded Test files
This commit is contained in:
parent
f584ad9d97
commit
2e81cb7d99
16627 changed files with 2065359 additions and 102444 deletions
21
venv/Lib/site-packages/pygments/lexers/math.py
Normal file
21
venv/Lib/site-packages/pygments/lexers/math.py
Normal file
|
@ -0,0 +1,21 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
pygments.lexers.math
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Just export lexers that were contained in this module.
|
||||
|
||||
:copyright: Copyright 2006-2020 by the Pygments team, see AUTHORS.
|
||||
:license: BSD, see LICENSE for details.
|
||||
"""
|
||||
|
||||
from pygments.lexers.python import NumPyLexer
|
||||
from pygments.lexers.matlab import MatlabLexer, MatlabSessionLexer, \
|
||||
OctaveLexer, ScilabLexer
|
||||
from pygments.lexers.julia import JuliaLexer, JuliaConsoleLexer
|
||||
from pygments.lexers.r import RConsoleLexer, SLexer, RdLexer
|
||||
from pygments.lexers.modeling import BugsLexer, JagsLexer, StanLexer
|
||||
from pygments.lexers.idl import IDLLexer
|
||||
from pygments.lexers.algebra import MuPADLexer
|
||||
|
||||
__all__ = []
|
Loading…
Add table
Add a link
Reference in a new issue