This repository contains some language definitions for the Latex Listings package. It's by no means elegant or complete and simply contains whatever I wrote when I needed support for a certain language.
./
βββ example.tex -> Latex file containing an example for each language
βββ Makefile -> Used to compile example.tex
βββ out/
β βββ example.pdf -> Compiled version of example.tex
βββ readme.md -> This file
βββ res/ -> Directory containing the example's code snippets
βββ ldef/ -> Directory with language definitions
βββ lstriscv.sty
βββ lstrust.sty
βββ lstsail.sty