summaryrefslogtreecommitdiff
path: root/pygments/lexers/webidl.py
Commit message (Expand)AuthorAgeFilesLines
* 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