summaryrefslogtreecommitdiff
path: root/pygments/lexers/erlang.py
Commit message (Expand)AuthorAgeFilesLines
* all: move often-used "line_re" to pygments.lexerGeorg Brandl2022-10-271-3/+1
* all: style fixesGeorg Brandl2022-10-271-2/+1
* Rework URL information in lexers.Matthäus G. Chajdas2022-03-201-3/+3
* Happy new year.Georg Brandl2022-01-251-1/+1
* Modernize Whitespace token in lexer: erlangSebastian Engel2021-11-141-13/+15
* Add support for elixir phoenix leex templates (#1577)Jason S2021-05-021-1/+1
* Run pyupgrade across codebase to modernize syntax and patterns (#1622)Jon Dufresne2021-01-171-1/+0
* Bump copyright year.Matthäus G. Chajdas2021-01-031-1/+1
* all: remove "u" string prefix (#1536)Georg Brandl2020-09-081-1/+1
* all: use yield from (#1537)Georg Brandl2020-09-061-12/+8
* all: fixup remaining regexlint warningsGeorg Brandl2020-09-061-14/+15
* Update copyright year (fixes #1514.)Matthäus G. Chajdas2020-08-221-1/+1
* Support for *.eex files in ElixirLexer (#1387)Alan Hamlett2020-02-111-1/+1
* Fixes #1521, Erlang and Elixir shell lexersYuce Tekol2019-06-021-2/+2
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* Fix more instances of invalid string escapesGeorg Brandl2018-11-281-2/+2
* Copyright update.Georg Brandl2017-01-221-1/+1
* Add support for partials and path segments for Handlebars.Christian Hammond2016-11-041-0/+533