Pygments lexer and style for the AnyScript language. AnyScript is the scripting langugage used for the AnyBody Modeling System; a system for multibody musculoskeletal analysis.
- Pip: Run
pip install pygments-anyscript
- Conda: Run
conda -c conda-forge pygments_anyscript
- Source: Download source and execute
python -m pip install .
- pygments
The lexer and style can be used with the Pygments api like any other lexer or style.
::
$ pygmentize -l AnyScript MyAnyScriptFile.any $ pygmentize -l AnyScript -O style=anyscript MyAnyScriptFile.any $ pygmentize -l AnyScript -f html -O full,style=anyscript -o MyAnyScriptFile.html MyAnyScriptFile.any