index
:
delta/python-packages/pygments-git.git
2382-fix
661/ashsearle/phpclass
686/ximmm/css
704/kenzierocks/antlrv4
716/kemichal/eloquence
719/tatt61880/kuin
723/drhouck/cliterals
732/djrm0/gdscript
752/camoberg/yang
765/lgiordani/m68k
767/6wind/yang
769/mtreinish/openqasm
793/brytonhall/singularity
829/TheMartianLife/yarn
834/john-andrews/chisel
836/MaisaMilena/formality
839/joente/thingsdb
Anteru/issue1009
argparse
bug/angular-html
examplefiles
fix/1437
fix/1579
fix/1698-lineos-wrapping
improve-linenos-handling
master
py2removal
raw-alias
regex
release/2.8.x
stable
task/add-analyze-text
task/improve-crlf-handling
github.com: pygments/pygments.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pygments
/
lexers
/
compiled.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year update.
Georg Brandl
2015-01-21
1
-1
/
+1
*
Remove the misc subpackage.
Georg Brandl
2014-09-20
1
-8
/
+6
*
Remove the c_like subpackage.
Georg Brandl
2014-09-20
1
-6
/
+6
*
split up text lexers
Georg Brandl
2014-09-19
1
-1
/
+1
*
reorganization of other.py, part 3/3
Georg Brandl
2014-09-19
1
-1
/
+1
*
reorganization of other.py, part 1
Georg Brandl
2014-09-19
1
-1
/
+1
*
split up lexers.compiled into multiple submodules
Georg Brandl
2014-09-16
1
-5363
/
+23
*
fix up words() use in the rest of compiled.py
Georg Brandl
2014-09-16
1
-99
/
+113
*
More words() for c-like languages.
Georg Brandl
2014-09-16
1
-160
/
+186
*
some PEP8 and minor words() introduction
Georg Brandl
2014-09-16
1
-61
/
+61
*
More words() in Rust and Monkey languages
Georg Brandl
2014-09-16
1
-56
/
+58
*
More words() in c-like languages
Georg Brandl
2014-09-16
1
-51
/
+72
*
Mql: switch to words()
Georg Brandl
2014-09-16
1
-422
/
+433
*
Swift: use sets for lookup
Georg Brandl
2014-09-16
1
-33
/
+42
*
Nit lexer: untabify and apply words().
Georg Brandl
2014-09-16
1
-41
/
+44
*
convert C and C-like lexers to use "words" function
Georg Brandl
2014-09-16
1
-49
/
+66
*
convert FortranLexer to use "words" function
Georg Brandl
2014-09-16
1
-70
/
+82
*
Add optional whitespace in F90 "end" constructs.
Georg Brandl
2014-09-16
1
-7
/
+8
*
Merged in aphirst/pygments-main/aphirst/added-missing-fortran-20038-keywordsi...
Georg Brandl
2014-09-16
1
-35
/
+49
|
\
|
*
Further increased the Fortran KEYWORD list, specifically the various END* var...
Adam Hirst
2014-07-30
1
-13
/
+16
|
*
Added ASSOCIATE, ENDASSOCIATE, and ENDBLOCK
Adam Hirst
2014-07-29
1
-13
/
+13
|
*
Corrected typographical error.
Adam Hirst
2014-07-25
1
-2
/
+2
|
*
Added missing Fortran 2003/8 keywords/intrinsics.
Adam Hirst
2014-07-25
1
-35
/
+46
*
|
Nit lexer: add changelog entry, attribution, mapfile entry, cat all example f...
Georg Brandl
2014-09-16
1
-1
/
+5
*
|
merge with R4PaSs/pygments-main
Georg Brandl
2014-09-16
1
-8
/
+16
|
\
\
|
*
\
Merged in omasanori/pygments (pull request #388)
Georg Brandl
2014-09-16
1
-1
/
+7
|
|
\
\
|
|
*
|
Fix RustLexer to handle nested block comments.
Masanori Ogino
2014-08-03
1
-1
/
+7
|
|
|
/
|
*
|
Parse octal ints before regular ints
Thomas Van Doren
2014-09-09
1
-2
/
+2
|
*
|
Add 'with' keyword and octal int.
Thomas Van Doren
2014-09-09
1
-1
/
+3
|
*
|
Merged birkenfeld/pygments-main into default
thomasvandoren
2014-09-09
1
-5
/
+5
|
|
\
\
|
|
*
|
Update ChapelLexer prior to Pygments 2.0 release.
Thomas Van Doren
2014-07-03
1
-5
/
+5
|
|
|
/
|
*
|
Add forgotten commas between strings
David Corbett
2014-08-08
1
-1
/
+1
|
|
/
*
|
Added Nit Lexer to Pygments
R4PaSs
2014-06-26
1
-1
/
+42
|
/
*
Merged in krasul/pygments-main/swift (pull request #371)
Tim Hatch
2014-06-07
1
-1
/
+4
|
\
|
*
Add C++11 keywords
Calixte Denizet
2014-05-30
1
-1
/
+4
*
|
Initial Swift lexer
Kashif Rasul
2014-06-05
1
-1
/
+42
|
/
*
Go allows unicode for identifiers.
Tim Hatch
2014-05-20
1
-1
/
+3
*
Add token type Number.Bin
David Corbett
2014-05-19
1
-14
/
+15
*
Apply default state transition in various lexers to avoid extra token generation
Gaurav Jain
2014-05-18
1
-38
/
+37
*
Merged birkenfeld/pygments-main into default
Gaurav Jain
2014-05-17
1
-91
/
+96
|
\
|
*
Replace a-z0-9_ with \w when IGNORECASE is set
Gaurav Jain
2014-05-15
1
-6
/
+6
|
*
Overlap due to case insensitive mode
Gaurav Jain
2014-05-15
1
-9
/
+9
|
*
Superfluous character class when only one char
Gaurav Jain
2014-05-15
1
-1
/
+1
|
*
Replace all occurences of a-zA-Z0-9_ with \w
Gaurav Jain
2014-05-14
1
-18
/
+18
|
*
Replace all occurences of [a-zA-Z0-9_] with \w
Gaurav Jain
2014-05-14
1
-33
/
+33
|
*
Additional fixes to reduce line length
Gaurav Jain
2014-05-12
1
-3
/
+6
|
*
Fixed incorrect replacement in compressed regex expressions
Gaurav Jain
2014-05-12
1
-18
/
+18
|
*
Fix some lines to be within 90 characters
Gaurav Jain
2014-05-12
1
-23
/
+25
*
|
Use default state transition to eliminate unecessary empty tokens
Gaurav Jain
2014-04-29
1
-2
/
+2
|
/
*
Merged in jaingaurav2/pygments-main-example-cleanup (pull request #337)
Tim Hatch
2014-04-29
1
-4
/
+35
|
\
[next]