summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Expand)AuthorAgeFilesLines
* Fix flags for JS.Georg Brandl2014-11-061-3/+4
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-066-105/+101
* Fix prolog lexer comments.Georg Brandl2014-11-061-1/+1
* cirru: fix looping behaviorGeorg Brandl2014-11-061-1/+1
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-066-51/+52
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-066-33/+33
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-064-50/+52
* Simplify charclasses in a few modulesGeorg Brandl2014-11-063-15/+15
* JVM lexers: simplify charclassesGeorg Brandl2014-11-061-54/+54
* Merged in jiyinyiyong/pygments-main (pull request #378)Georg Brandl2014-11-061-12/+8
|\
| * update Cirru tests and rulesjiyinyiyong2014-11-041-12/+8
* | Fortran: allow . as punctuationGeorg Brandl2014-11-061-1/+1
* | VB.net: support Unicode identifiersGeorg Brandl2014-11-061-6/+12
* | Fortran: allow $ in namesGeorg Brandl2014-11-061-1/+1
* | Groovy: recognize triple quoted stringsGeorg Brandl2014-11-061-0/+2
* | Scala: fix recognition of Unicode => operatorGeorg Brandl2014-11-061-2/+2
* | Ocaml: be more conciliatory after dotted nameGeorg Brandl2014-11-061-0/+1
* | Awk: recognize BEGIN/ENDGeorg Brandl2014-11-061-3/+3
* | Awk: allow "|" operatorGeorg Brandl2014-11-061-1/+1
* | Perl: fix highlight of "sub foo; ...{"Georg Brandl2014-11-061-1/+1
* | Ruby: more special $* variablesGeorg Brandl2014-11-061-1/+1
* | C#: with generics "class" can also be used without introducing a classGeorg Brandl2014-11-061-2/+3
* | Scss: fix @media highlight and endless state stacking without #popGeorg Brandl2014-11-061-2/+3
* | Protobuf: be conciliatory after keywords, they might be used as identifiersGeorg Brandl2014-11-062-4/+8
* | HDL: use words()Georg Brandl2014-11-061-112/+136
* | VHDL: fix comment regex; two hyphens always start a commentGeorg Brandl2014-11-061-1/+1
* | HDL: PEP8 cleanupGeorg Brandl2014-11-061-17/+16
* | FORTRAN: fix previous commitGeorg Brandl2014-11-061-2/+2
* | FORTRAN: recognize cpp style preprocessor lines, fix overzealous variable hig...Georg Brandl2014-11-061-1/+2
* | Fix allowing whitespace before preprocessor commands in NASM.Georg Brandl2014-11-061-1/+1
* | Protobuf lexer: allow single-quoted strings.Georg Brandl2014-11-061-1/+2
* | Appease pyflakes.Georg Brandl2014-11-061-0/+2
* | Fix duplicate import.Georg Brandl2014-11-061-2/+2
* | Remove unused import.Georg Brandl2014-11-061-1/+1
* | Improved lifetimes and added macro parameters to rust.Armin Ronacher2014-11-061-2/+4
|/
* Closes #1050: highlight Java package names after "package" like after "import".Georg Brandl2014-11-041-1/+1
* Closes #1051: fix misrecognition of throw and return statements as methodGeorg Brandl2014-11-041-3/+5
* Closes #1052: recognize unicode whitespace in JS lexer.Georg Brandl2014-11-041-1/+1
* Fix docstring.Georg Brandl2014-10-291-1/+1
* Merged in stephencelis/pygments-main/swift-lang (pull request #410)Tim Hatch2014-10-301-32/+196
|\
| * Swift: PR FixesStephen Celis2014-10-291-5/+6
| * Swift: Address PR feedbackStephen Celis2014-10-291-5/+7
| * Swift Lexer: Whitespace not optionalStephen Celis2014-10-241-3/+3
| * Swift Lexer: change " *" to "\s*" for flexibilityStephen Celis2014-10-241-9/+9
| * Implement proper Swift lexerStephen Celis2014-10-231-34/+195
* | Improve comment around inherit handling.Tim Hatch2014-10-281-1/+3
* | Improve comments for RegexLexer inheritance.Tim Hatch2014-10-281-0/+6
* | Fix inheritance repetition problem. __mro__ already includes cls.Tim Hatch2014-10-281-1/+1
* | Add #Else to VB.NETUnknown Name2014-10-261-1/+1
|/
* Update BroLexer hex constant.Tim Hatch2014-10-211-1/+1