summaryrefslogtreecommitdiff
path: root/pygments/lexers/webidl.py
Commit message (Expand)AuthorAgeFilesLines
* all: revert changes of [a-zA-Z0-9_] to \wGeorg Brandl2020-09-071-1/+1
* all: fixup some file headersGeorg Brandl2020-09-061-2/+3
* all: fixup remaining regexlint warningsGeorg Brandl2020-09-061-2/+3
* Fix a few regexlint warnings in the WebIDL lexer.Matthäus G. Chajdas2020-01-071-2/+2
* Add versionadded, fix conflict.Matthäus G. Chajdas2020-01-071-0/+2
* Add keyword suffix for builtin typesXidorn Quan2019-11-281-1/+2
* Break infinite loop around operation stateXidorn Quan2019-11-281-1/+1
* Fix long long typeXidorn Quan2019-11-281-1/+1
* Simplify regex for single line commentsXidorn Quan2019-11-281-2/+2
* Add suffix for all keyword regexsXidorn Quan2019-11-281-27/+31
* Add Web IDL lexerXidorn Quan2019-11-281-0/+290