summaryrefslogtreecommitdiff
path: root/pygments/lexers/solidity.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
* remove `:` from the Punctuation regex in the SolidityLexerMichael Rodler2022-12-031-1/+1
* fix solidity lexer not picking up many of the language operatorsMichael Rodler2022-12-031-1/+1
* all: style fixesGeorg Brandl2022-10-271-2/+0
* Remove now redundant re.UNICODE and (?u) (#2058)Jean Abou-Samra2022-01-311-2/+0
* Happy new year.Georg Brandl2022-01-251-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: 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