Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fortran: allow . as punctuation | Georg Brandl | 2014-11-06 | 1 | -1/+1 | |
| | | ||||||
* | | VB.net: support Unicode identifiers | Georg Brandl | 2014-11-06 | 1 | -6/+12 | |
| | | ||||||
* | | Fortran: allow $ in names | Georg Brandl | 2014-11-06 | 1 | -1/+1 | |
| | | ||||||
* | | Groovy: recognize triple quoted strings | Georg Brandl | 2014-11-06 | 1 | -0/+2 | |
| | | ||||||
* | | Scala: fix recognition of Unicode => operator | Georg Brandl | 2014-11-06 | 1 | -2/+2 | |
| | | ||||||
* | | Ocaml: be more conciliatory after dotted name | Georg Brandl | 2014-11-06 | 1 | -0/+1 | |
| | | ||||||
* | | Awk: recognize BEGIN/END | Georg Brandl | 2014-11-06 | 1 | -3/+3 | |
| | | ||||||
* | | Awk: allow "|" operator | Georg Brandl | 2014-11-06 | 1 | -1/+1 | |
| | | ||||||
* | | Perl: fix highlight of "sub foo; ...{" | Georg Brandl | 2014-11-06 | 1 | -1/+1 | |
| | | ||||||
* | | debug_lexer: make it work for ExtendedRegexLexers by always using a context ↵ | Georg Brandl | 2014-11-06 | 1 | -27/+38 | |
| | | | | | | | | object | |||||
* | | Ruby: more special $* variables | Georg Brandl | 2014-11-06 | 1 | -1/+1 | |
| | | ||||||
* | | C#: with generics "class" can also be used without introducing a class | Georg Brandl | 2014-11-06 | 1 | -2/+3 | |
| | | ||||||
* | | Scss: fix @media highlight and endless state stacking without #pop | Georg Brandl | 2014-11-06 | 1 | -2/+3 | |
| | | ||||||
* | | Protobuf: be conciliatory after keywords, they might be used as identifiers | Georg Brandl | 2014-11-06 | 2 | -4/+8 | |
| | | ||||||
* | | HDL: use words() | Georg Brandl | 2014-11-06 | 1 | -112/+136 | |
| | | ||||||
* | | VHDL: fix comment regex; two hyphens always start a comment | Georg Brandl | 2014-11-06 | 1 | -1/+1 | |
| | | ||||||
* | | HDL: PEP8 cleanup | Georg Brandl | 2014-11-06 | 1 | -17/+16 | |
| | | ||||||
* | | FORTRAN: fix previous commit | Georg Brandl | 2014-11-06 | 1 | -2/+2 | |
| | | ||||||
* | | FORTRAN: recognize cpp style preprocessor lines, fix overzealous variable ↵ | Georg Brandl | 2014-11-06 | 1 | -1/+2 | |
| | | | | | | | | highlighting | |||||
* | | Fix allowing whitespace before preprocessor commands in NASM. | Georg Brandl | 2014-11-06 | 1 | -1/+1 | |
| | | ||||||
* | | Remove obsolete script to find "codetags". | Georg Brandl | 2014-11-06 | 1 | -211/+0 | |
| | | ||||||
* | | Protobuf lexer: allow single-quoted strings. | Georg Brandl | 2014-11-06 | 1 | -1/+2 | |
| | | ||||||
* | | Appease pyflakes. | Georg Brandl | 2014-11-06 | 1 | -0/+2 | |
| | | ||||||
* | | Fix duplicate import. | Georg Brandl | 2014-11-06 | 1 | -2/+2 | |
| | | ||||||
* | | Remove unused import. | Georg Brandl | 2014-11-06 | 1 | -1/+1 | |
| | | ||||||
* | | Improved lifetimes and added macro parameters to rust. | Armin Ronacher | 2014-11-06 | 1 | -2/+4 | |
| | | ||||||
* | | Swap unicode whitespace character to one that Java sees as webitespace. | Tim Hatch | 2014-11-04 | 2 | -2/+2 | |
|/ | | | | | Tests fail on Jython without this; refactoring to change nbsp detection will happen later. | |||||
* | Test recognition of Unicode whitespace in java and js examplefiles. | Georg Brandl | 2014-11-04 | 2 | -1/+2 | |
| | ||||||
* | Merged in stephencelis/pygments-main/swift-lang (pull request #413) | Georg Brandl | 2014-11-04 | 0 | -0/+0 | |
|\ | | | | | | | Update Swift example | |||||
| * | Close branch swift-langswift-lang | Georg Brandl | 2014-11-04 | 0 | -0/+0 | |
| | | ||||||
* | | Closes #1050: highlight Java package names after "package" like after "import". | Georg Brandl | 2014-11-04 | 1 | -1/+1 | |
| | | ||||||
* | | Closes #1051: fix misrecognition of throw and return statements as method | Georg Brandl | 2014-11-04 | 1 | -3/+5 | |
| | | | | | | | | signatures in the Java lexer. | |||||
* | | Closes #1052: recognize unicode whitespace in JS lexer. | Georg Brandl | 2014-11-04 | 1 | -1/+1 | |
| | | ||||||
* | | Fix docstring. | Georg Brandl | 2014-10-29 | 1 | -1/+1 | |
| | | ||||||
* | | Merged in stephencelis/pygments-main/swift-lang (pull request #410) | Tim Hatch | 2014-10-30 | 1 | -32/+196 | |
|\ \ | |/ | | | | | Implement proper Swift lexer | |||||
| * | Swift: PR Fixes | Stephen Celis | 2014-10-29 | 1 | -5/+6 | |
| | | | | | | | | | | | | - Fix prematurely popped states - Fix @availability - Fix single-digit floats | |||||
| * | Swift: Address PR feedback | Stephen Celis | 2014-10-29 | 1 | -5/+7 | |
| | | | | | | | | | | | | - Use default('#pop') - Fix oddly-wrapped lines - Restore versionadded | |||||
| * | Swift Lexer: Whitespace not optional | Stephen Celis | 2014-10-24 | 1 | -3/+3 | |
| | | ||||||
| * | Swift Lexer: change " *" to "\s*" for flexibility | Stephen Celis | 2014-10-24 | 1 | -9/+9 | |
| | | ||||||
| * | Implement proper Swift lexer | Stephen Celis | 2014-10-23 | 1 | -34/+195 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - No longer inherits from the Objective-C lexer (Swift is not a subset of Objective-C, so the existing lexer highlights incorrectly) - Updated for Swift 1.1 (the existing lexer wasn't even up-to-date with Swift 1.0 GM) - Adds Swift attributes - Adds Swift builtins - Adds string interpolation support - Adds nested comment support - Adds "preprocessor" statement support - Adds implicit block variable support - Parses special comments (reST, MARK, TODO, FIXME) - Parses more Swift constructs than before | |||||
* | | Improve comment around inherit handling. | Tim Hatch | 2014-10-28 | 1 | -1/+3 | |
| | | ||||||
* | | Improve comments for RegexLexer inheritance. | Tim Hatch | 2014-10-28 | 1 | -0/+6 | |
| | | ||||||
* | | Fix inheritance repetition problem. __mro__ already includes cls. | Tim Hatch | 2014-10-28 | 1 | -1/+1 | |
| | | ||||||
* | | Add test for RegexLexer inheritance (fails with current code). | Tim Hatch | 2014-10-28 | 1 | -0/+94 | |
| | | ||||||
* | | Add #Else to VB.NET | Unknown Name | 2014-10-26 | 1 | -1/+1 | |
|/ | ||||||
* | Update BroLexer hex constant. | Tim Hatch | 2014-10-21 | 1 | -1/+1 | |
| | | | | | From reading later use, I assume this was meant to match a single character. Removes some double-repetitions from patterns. | |||||
* | Add regexopt test for suffix ordering. | Tim Hatch | 2014-10-21 | 1 | -0/+8 | |
| | ||||||
* | add a analyse_text to the http lexer | Georg Brandl | 2014-10-21 | 1 | -0/+4 | |
| | ||||||
* | postgres builtins: dont always import stuff needed for the selfupdate machinery | Georg Brandl | 2014-10-19 | 1 | -109/+109 | |
| | ||||||
* | Javascript: allow shebangs | Georg Brandl | 2014-10-17 | 1 | -0/+1 | |
| |