summaryrefslogtreecommitdiff
path: root/pygments/lexers/solidity.py
Commit message (Expand)AuthorAgeFilesLines
* 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: revert changes of [a-zA-Z0-9_] to \wGeorg Brandl2020-09-071-11/+10
* all: fixup remaining regexlint warningsGeorg Brandl2020-09-061-3/+3
* Update copyright year (fixes #1514.)Matthäus G. Chajdas2020-08-221-1/+1
* Add Solidity lexer.Georg Brandl2019-11-261-0/+93