summaryrefslogtreecommitdiff
path: root/pygments/lexers/solidity.py
Commit message (Collapse)AuthorAgeFilesLines
* all: revert changes of [a-zA-Z0-9_] to \wGeorg Brandl2020-09-071-11/+10
| | | | ... which is not equivalent in Unicode mode
* 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
Fixes #1214