summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix tests on Windows.Matthäus G. Chajdas2020-03-011-2/+5
* Add ReasonML lexer. (#1386)Florian Hammerschmidt2020-02-291-0/+70
* Remove Python 2 compatibility (#1348)Georg Brandl2020-02-2912-55/+23
* Merge pull request #1385 from tomerv/python-fstringMatthäus G. Chajdas2020-02-291-0/+682
|\
| * Python f-strings: highlight expressions in curly bracesTomer Vromen2020-02-041-0/+682
* | Add support for the MiniScript embedded scripting language.JoeStrout2020-02-201-0/+286
|/
* Adds the walrus operator to the Python3 lexer.Brett Slatkin2020-02-021-0/+25
* Fix glob patterns when absolute paths are used (#1378)Catatonic2020-02-021-0/+45
* Add lexer for LLVM's MIR format (#1361)Daniel Sanders2020-01-241-0/+32
* Correct lexing of Idris compiler directives (#1363)Molly Miller2020-01-191-0/+65
* Add a PEG (Parsing Expression Grammar) lexer (#1336)Michael Wayne Goodman2020-01-161-0/+94
* Merge branch 'master' into 671/upsuper/webidlMatthäus G. Chajdas2020-01-0715-20/+1167
|\
| * Add Sieve lexer (#1257)sblondon2020-01-041-0/+56
| * haskell: Fix highlighting of promoted type operators (#1347)Xia Li-yao2019-12-302-0/+34
| * Fix directives that have 0 argumentscatatonicprime2019-12-191-1/+15
| * This commit adds a lexer for linux kernel logs as outputted by `dmesg`martijn@msi.localhost2019-12-091-0/+52
| * tests: remove special skip cases for random_input test caseGeorg Brandl2019-12-091-3/+0
| * tests: split out "random input" test and make github tests verboseGeorg Brandl2019-12-091-2/+6
| * Add keywords, define types and operators. Remove parameters. Delete test file...jcmuel2019-12-082-169/+31
| * Add Mosel lexer.German Riano2019-12-082-0/+172
| * Fix valid_name regex for SLexerNikolay Korolev2019-12-071-0/+37
| * Parse HTTP status-line even when reason-phrase not included. (#1322)Georg Brandl2019-12-061-0/+28
| |\
| | * Parse HTTP status-line even when reason-phrase not included.Jakub Roztocil2019-12-021-0/+28
| * | Add USD lexer (#1290)Georg Brandl2019-12-062-0/+723
| |\ \ | | |/ | |/|
| | * Replaced Literal.Number with NumberColin Kennedy2019-12-051-33/+33
| | * Replaced Literal.String with StringColin Kennedy2019-12-051-21/+21
| | * Separated different pieces of text into whitespace and punctuation and textColin Kennedy2019-12-051-130/+130
| | * Fixed numeric testColin Kennedy2019-12-051-4/+4
| | * Added scientific notation support for USD numbersColin Kennedy2019-12-051-1/+9
| | * Replaced `Generic` with `Text` and `Punctuation` in test_usd.pyColin Kennedy2019-12-041-25/+25
| | * Removed module import from test_usd.pyColin Kennedy2019-12-041-312/+297
| | * Updated unittests to make sure outer-text-pair matches are not matched a stri...Colin Kennedy2019-12-041-2/+55
| | * Fixed a typo in an existing docstringColin Kennedy2019-12-011-1/+1
| | * Added extra composition arcs and Prims to example.usdColin Kennedy2019-12-011-0/+61
| | * Renamed example.usda to example.usdColin Kennedy2019-12-011-0/+0
| | * Added missing docstringsColin Kennedy2019-12-011-23/+40
| | * Renamed unittest class to be more explicitColin 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/+5
| | * Added a separate test method for testing USD metadataColin Kennedy2019-11-301-1/+47
| | * Added string priority testColin Kennedy2019-11-301-2/+15
| | * Added single / multiline string testsColin Kennedy2019-11-301-9/+55
| | * Added test_composition_arcs test methodColin Kennedy2019-11-301-106/+104
| | * Ran auto-fix on test_usd.pyColin Kennedy2019-11-301-177/+174
| | * Added test_numbersColin Kennedy2019-11-301-7/+122
| | * Changed the attribute regex to detect if "timeSamples" was authoredColin Kennedy2019-11-301-1/+3
| | * Got the `test_attribute` method to passColin Kennedy2019-11-301-17/+103
| | * Renamed test_usda.py to test_usd.pyColin Kennedy2019-11-301-0/+0
| | * Added more tests to test_usda.pyColin Kennedy2019-11-301-13/+124
| | * Uncommented a WIP unittestColin Kennedy2019-11-301-19/+19