summaryrefslogtreecommitdiff
path: root/pygments/lexers/apdlexer.py
Commit message (Collapse)AuthorAgeFilesLines
* Upgrading APDL lexer (#2314)German2023-01-301-17/+162
| | | Co-authored-by: Jean Abou Samra <jean@abou-samra.fr>
* all: style fixesGeorg Brandl2022-10-271-1/+1
|
* Happy new year.Georg Brandl2022-01-251-1/+1
|
* Whitespace token modernization - a* lexers - regarding #1905 (#1914)Sebastian Engel2021-10-231-2/+2
| | | | | | | | | | | | | | | * Whitespace token modernization - ambient lexer * Whitespace token modernization - ampl lexer * Whitespace token modernization - apdlexer lexer * Whitespace token modernization - apl lexer * Whitespace token modernization - adl lexer * Whitespace token modernization - arrow lexer * Whitespace token modernization - asm lexer
* Improve checks. (#1884)Matthäus G. Chajdas2021-08-171-1/+0
| | | | | | | | | Improve checks. * Fix lots of small errors. * Remove the line length check. * Add an option to skip lexers with no alias * Run checks in make check * Add a new CI target.
* Fix style problems with new lexers.Georg Brandl2021-04-161-20/+22
|
* Update CHANGES, versionadded.Matthäus G. Chajdas2021-03-141-1/+1
|
* Add apdl and gcode lexers (#1714)Averter2021-03-141-0/+446
* Add apdl and gcode lexers * Added requested changes except words function * Added requested changes except words function * Added words function to handle lists of keywords * Add two testing example files * Delete two_dimensional_truss.ans * Delete coupled_example.ans * Create example1apdl.ans * Create example2apdl.ans * General cleanup of apdlexer and creation of mapfiles * Escaped backslashes in string literals on apdlexer * Removed backslashes. None was necessary in the first place * Added apdl aliase and a * based command in the test file * Forgot to create the map files * Tested version. Also removed an unused function from apdlexer * Added examples for gcode and golden output * Trimming of gcode files to a few dozens of lines * Removed duplicates from elafunb