summaryrefslogtreecommitdiff
path: root/pygments/lexers/usd.py
Commit message (Expand)AuthorAgeFilesLines
* Rework URL information in lexers.Matthäus G. Chajdas2022-03-201-0/+1
* 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: fixup remaining regexlint warningsGeorg Brandl2020-09-061-4/+4
* Update copyright year (fixes #1514.)Matthäus G. Chajdas2020-08-221-1/+1
* USD: post-merge nitsGeorg Brandl2019-12-061-77/+38
* Added "r" prefix to an existing regex stringColin Kennedy2019-12-051-1/+1
* Separated different pieces of text into whitespace and punctuation and textColin Kennedy2019-12-051-2/+3
* Fixed numeric testColin Kennedy2019-12-051-1/+1
* Added scientific notation support for USD numbersColin Kennedy2019-12-051-1/+1
* Replaced all entries `Generic` with `Text` or `Punctuation`Colin Kennedy2019-12-041-8/+8
* Updated unittests to make sure outer-text-pair matches are not matched a stri...Colin Kennedy2019-12-041-3/+3
* Removed trailing commaColin Kennedy2019-12-041-1/+1
* Removed unnecessary bars from regexColin Kennedy2019-12-041-1/+1
* Moved punctuation into a single regexColin Kennedy2019-12-041-11/+1
* Removed shebang lineColin Kennedy2019-12-041-5/+5
* Changed imports to import classes and functionsColin Kennedy2019-12-041-73/+75
* Added `r` raw prefix to existing stringsColin Kennedy2019-12-011-4/+4
* Added r prefix to an existing stringColin Kennedy2019-12-011-1/+1
* Changed the special names of USD to the "Builtins" tokens, instead of "Attrib...Colin Kennedy2019-12-011-1/+1
* Fixed issue where attributes were getting matched, even in USD metadataColin Kennedy2019-12-011-5/+12
* Removed + from USD number regexColin Kennedy2019-11-301-1/+1
* Changed the attribute regex to detect if "timeSamples" was authoredColin Kennedy2019-11-301-1/+9
* Got the `test_attribute` method to passColin Kennedy2019-11-301-15/+9
* Ran auto-fixers on usd.pyColin Kennedy2019-11-301-31/+36
* Improved the regex for finding USD attributesColin Kennedy2019-11-301-10/+27
* Fixed issue where array types weren't being defined properlyColin Kennedy2019-11-301-0/+1
* Re-arranged the logic for finding attributes to favor attribute declaration m...Colin Kennedy2019-11-301-7/+38
* Bumped the versionadded tag from 2.5.0 to 2.6.0Colin Kennedy2019-11-301-1/+1
* Added regex matchers so that single quotes and double quotes work as-expectedColin Kennedy2019-11-301-0/+3
* Changed existing token rules to be more flexibleColin Kennedy2019-11-271-1/+2
* Updated docstrings to be more clearColin Kennedy2019-11-261-2/+2
* Added usd.py and _usd_builtins.pyColin Kennedy2019-11-261-0/+69