Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | This commit adds a lexer for linux kernel logs as outputted by `dmesg` | martijn@msi.localhost | 2019-12-09 | 2 | -0/+60 | |
| | | | | | | | | | | | | | | | | It supports output from `dmesg`, in that case it highlights based on keywords in the line It can also highlight `dmesg -x` output. In that case it uses the loglevels from the kernel to highlight the lines. | |||||
* | | tests: remove special skip cases for random_input test case | Georg Brandl | 2019-12-09 | 3 | -4/+8 | |
| | | ||||||
* | | Mosel: style fixes, add changelog entry etc | Georg Brandl | 2019-12-08 | 2 | -402/+408 | |
| | | ||||||
* | | Update operators and punctuation. Reorder '::' and ':', remove redundant ↵ | J. C. Müller | 2019-12-08 | 1 | -2/+2 | |
| | | | | | | | | ':', remove '=='. | |||||
* | | Add all functions of mmxprs, mmsystem and mmjobs. | jcmuel | 2019-12-08 | 1 | -66/+342 | |
| | | ||||||
* | | Add keywords, define types and operators. Remove parameters. Delete test ↵ | jcmuel | 2019-12-08 | 1 | -24/+25 | |
| | | | | | | | | file with incompatible license. | |||||
* | | Add Mosel lexer. | German Riano | 2019-12-08 | 2 | -0/+166 | |
| | | ||||||
* | | Fix valid_name regex for SLexer (#1333) | Georg Brandl | 2019-12-08 | 1 | -1/+1 | |
|\ \ | | | | | | | Fix valid_name regex for SLexer | |||||
| * | | Fix valid_name regex for SLexer | Nikolay Korolev | 2019-12-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes #1331 All modifications to regex: 1. Delete 2 useless non-capturing groups 2. Variables can not start with underscore (_) 3. Only letters, dot (.) and underscore (_) can go after first dot (.) in name 4. Name from only one symbol dot (.) is possible | |||||
* | | | Fixing parsing of numeric literals | gusthoff | 2019-12-06 | 1 | -1/+1 | |
|/ / | | | | | | | Reasoning: Ada allows formats such as 2#1111_0000# and 2#1111.0000# | |||||
* | | More fixes to MATLAB lexer. (#1328) | Georg Brandl | 2019-12-06 | 1 | -4/+5 | |
|\ \ | | | | | | | More fixes to MATLAB lexer. | |||||
| * | | More fixes to MATLAB lexer. | Antony Lee | 2019-12-06 | 1 | -4/+5 | |
| | | | ||||||
* | | | Parse HTTP status-line even when reason-phrase not included. (#1322) | Georg Brandl | 2019-12-06 | 1 | -3/+3 | |
|\ \ \ | | | | | | | | | Parse HTTP status-line even when reason-phrase not included. | |||||
| * | | | Make the optional reason-phrase regexp group non-capturing. | Jakub Roztocil | 2019-12-03 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | Parse HTTP status-line even when reason-phrase not included. | Jakub Roztocil | 2019-12-02 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | Background: https://github.com/jakubroztocil/httpie/issues/811 | |||||
* | | | | USD: post-merge nits | Georg Brandl | 2019-12-06 | 2 | -78/+39 | |
| | | | | ||||||
* | | | | Add USD lexer (#1290) | Georg Brandl | 2019-12-06 | 3 | -0/+237 | |
|\ \ \ \ | | | | | | | | | | | Add USD lexer | |||||
| * | | | | Added "r" prefix to an existing regex string | Colin Kennedy | 2019-12-05 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Separated different pieces of text into whitespace and punctuation and text | Colin Kennedy | 2019-12-05 | 1 | -2/+3 | |
| | | | | | ||||||
| * | | | | Fixed numeric test | Colin Kennedy | 2019-12-05 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Added scientific notation support for USD numbers | Colin Kennedy | 2019-12-05 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Replaced all entries `Generic` with `Text` or `Punctuation` | Colin Kennedy | 2019-12-04 | 1 | -8/+8 | |
| | | | | | ||||||
| * | | | | Updated unittests to make sure outer-text-pair matches are not matched a ↵ | Colin Kennedy | 2019-12-04 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | string types | |||||
| * | | | | Removed trailing comma | Colin Kennedy | 2019-12-04 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Removed unnecessary bars from regex | Colin Kennedy | 2019-12-04 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Moved punctuation into a single regex | Colin Kennedy | 2019-12-04 | 1 | -11/+1 | |
| | | | | | ||||||
| * | | | | Removed shebang line | Colin Kennedy | 2019-12-04 | 1 | -5/+5 | |
| | | | | | ||||||
| * | | | | Changed imports to import classes and functions | Colin Kennedy | 2019-12-04 | 1 | -73/+75 | |
| | | | | | ||||||
| * | | | | PR #1290 - @birkenfled note - Removed UsdLexer from compiled.py | Colin Kennedy | 2019-12-04 | 1 | -1/+0 | |
| | | | | | ||||||
| * | | | | Added `r` raw prefix to existing strings | Colin Kennedy | 2019-12-01 | 1 | -4/+4 | |
| | | | | | ||||||
| * | | | | Added r prefix to an existing string | Colin Kennedy | 2019-12-01 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Changed the special names of USD to the "Builtins" tokens, instead of ↵ | Colin Kennedy | 2019-12-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | "Attribute" token | |||||
| * | | | | Fixed issue where attributes were getting matched, even in USD metadata | Colin Kennedy | 2019-12-01 | 1 | -5/+12 | |
| | | | | | ||||||
| * | | | | Added "elementSize" and "interpolation" as keywords | Colin Kennedy | 2019-11-30 | 1 | -0/+2 | |
| | | | | | ||||||
| * | | | | Removed + from USD number regex | Colin Kennedy | 2019-11-30 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Changed the attribute regex to detect if "timeSamples" was authored | Colin Kennedy | 2019-11-30 | 1 | -1/+9 | |
| | | | | | ||||||
| * | | | | Got the `test_attribute` method to pass | Colin Kennedy | 2019-11-30 | 1 | -15/+9 | |
| | | | | | ||||||
| * | | | | Ran auto-fixers on usd.py | Colin Kennedy | 2019-11-30 | 1 | -31/+36 | |
| | | | | | ||||||
| * | | | | Improved the regex for finding USD attributes | Colin Kennedy | 2019-11-30 | 1 | -10/+27 | |
| | | | | | ||||||
| * | | | | Fixed issue where array types weren't being defined properly | Colin Kennedy | 2019-11-30 | 2 | -1/+1 | |
| | | | | | ||||||
| * | | | | Re-arranged the logic for finding attributes to favor attribute declaration ↵ | Colin Kennedy | 2019-11-30 | 1 | -7/+38 | |
| | | | | | | | | | | | | | | | | | | | | more strongly | |||||
| * | | | | Merged with master and resolved a minor merge conflict in languages.rst | Colin Kennedy | 2019-11-30 | 16 | -80/+106 | |
| |\ \ \ \ | ||||||
| * | | | | | Bumped the versionadded tag from 2.5.0 to 2.6.0 | Colin Kennedy | 2019-11-30 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Added regex matchers so that single quotes and double quotes work as-expected | Colin Kennedy | 2019-11-30 | 1 | -0/+3 | |
| | | | | | | ||||||
| * | | | | | Changed existing token rules to be more flexible | Colin Kennedy | 2019-11-27 | 1 | -1/+2 | |
| | | | | | | ||||||
| * | | | | | Updated docstrings to be more clear | Colin Kennedy | 2019-11-26 | 1 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | Added USD to supporting files | Colin Kennedy | 2019-11-26 | 2 | -0/+2 | |
| | | | | | | ||||||
| * | | | | | Added usd.py and _usd_builtins.py | Colin Kennedy | 2019-11-26 | 2 | -0/+175 | |
| | | | | | | ||||||
* | | | | | | Fix valid_name regex for SLexer | Nikolay Korolev | 2019-12-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | This fixes #1329 | |||||
* | | | | | | Ride: minor details | Georg Brandl | 2019-12-03 | 1 | -1/+1 | |
| | | | | | |