| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
Fortran E-notation without decimals (1e10)
|
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
Fortran e-notation values without decimal now require the presence of e (or d)
and at least one exponent value.
|
| | | | | | | | | | | |/ / / / /
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
Added a regex to parse Fortran floating points which identify floating point
values with exponents but without decimals (e.g. 1e4 vs 1.e4 or 1.0e4)
|
| | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
YAML: Fix recognition of Non-Specific Tag
|
| | | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | |
Improving lexing of YAML mappings
Approved-by: John Barker <john@johnrbarker.com>
|
| | | | | | | | | | | | |/ / / / / |
|
| | | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | |
Updating GLSL to modern 4.60 recognition.
|
| | | | | | | | | | | | | | | | | | |
|
| | | | | | | | | | | | |/ / / / /
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
Now current to GLSL 4.60.
|
| | | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | |
cocoatomo/pygments-main-1/cocoatomo/insert-exception-names-added-in-python-v-1490751933833 (pull request #715)
Insert exception names added in Python version 3.5 and 3.6.
|
| | | | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | |
Hy lexer should accept colons inside identifiers
|
| | | | | | | | | | | | | |/ / / / /
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | |
Colons inside identifiers are completely legal in this Lisp dialect. Also
prevents the lexer from catching on Python literals when lexing REPL output.
|
| | | | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | |
Add built-in aliases and new verbs to PowerShellLexer
|
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | |
Adds the following verbs:
approve, assert, backup, block, close, compress, confirm, deny, dismount, edit, find, grant, hide, initialize, install, lock, merge, mount, open, optimize, protect, publish, redo, repair, request, revoke, save, search, step, submit, switch, sync, unblock, uninstall, unlock, unprotect, unpublish, watch
|
| | | | | | | | | | | | | | |/ / / /
| | | | | | | | | | | | | |/| | | | |
|
| | | | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | |
Fix handling of end-of-line comments in asm lexer
|
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | |
When there is a comment after an instruction, e.g.
mov $1,%eax ; move 1 to eax
ret
the next instruction (ret above) is not properly highlighted. This
patch fixes that.
This was also reported in #1477.
|
| | | | | | | | | | | | |_|_|/ / / /
| | | | | | | | | | | |/| | | | | | |
|
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | |
Before this change Pygments would incorrectly mark the non-specific tag
as error token.
|
| | | | | | | | | | |/ / / / / / / |
|
| | | | | | | | | |/ / / / / / /
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
See also https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0009-numeric-underscores.rst#new-syntax-this-proposal
|
| | | | | | | | | | | | | | | | |
|
| | | | | | | | |/ / / / / / / |
|
| | | | | | | |/ / / / / / / |
|
| | | | | | | |_|_|/ / / /
| | | | | | |/| | | | | | |
|
| | | | | | | | | | | | | |
|
| | | | | | |_|/ / / / /
| | | | | |/| | | | | | |
|
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
Also, raise on warnings from Pygments only.
|
| | | | | | | | | | | | |
|
| | | | | |\ \ \ \ \ \ \ |
|
| | | | | | | | | | | | | |
|
| | | | | | | |/ / / / /
| | | | | | |/| | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
lexer files
|
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
Make sure they are converted to errors in test runs, to catch
new introductions immediately.
|
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
Previously, a name like P:C would get parsed as P, breaking the roundtrip. This
would result in random test failures during roundtrip testing.
|
| | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
fixed Elm lexer about variable name
|
| | | | | | |/ / / / / /
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
enabled to analyze variable name including number.
|
| | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
Updating Chapel highlighter
|
| | | | | | | | | | | | | |
|
| | | | | | |\ \ \ \ \ \ \
| | | | | | | | |_|_|_|_|/
| | | | | | | |/| | | | |
| | | | | | | | | | | | | |
Added pep 515 support to the python lexer
|
| | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
Update for Csound 6.09.0
|
| | | | | | | | | | | | | | |
|
| | | | | | | | | | | | | | |
|
| | | | | | | | | | | | | | |
|
| | | | | | | | | | | | | | |
|
| | | | | | | | | | | | | | |
|
| | | | | | | | | | | | | | |
|
| | | | | | | | | | | | | | |
|
| | | | | | | | | | | | | | |
|
| | | | | | | | | | | | | | |
|
| | | | | | | | | | | | | | |
|