Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all files, redirect to GitHub.HEADmaster | Matth?us G. Chajdas | 2019-11-10 | 1 | -504/+0 |
| | |||||
* | Fixup all headers and some more minor problems.2.4.2 | Georg Brandl | 2019-05-28 | 1 | -1/+1 |
| | |||||
* | Add support for @import keyword in Objective-C | Luca Torella | 2019-04-24 | 1 | -1/+1 |
| | |||||
* | Fix more instances of invalid string escapes | Georg Brandl | 2018-11-28 | 1 | -14/+14 |
| | | | | Also, raise on warnings from Pygments only. | ||||
* | Copyright update. | Georg Brandl | 2017-01-22 | 1 | -1/+1 |
| | |||||
* | Added Swift 2.2 keywords | Minh Nguy?n | 2016-03-10 | 1 | -11/+14 |
| | |||||
* | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | Swift lexer: use words() | Georg Brandl | 2014-11-13 | 1 | -89/+103 |
| | |||||
* | 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 | ||||
* | Fix "matches empty string" complaints from regexlint. | Georg Brandl | 2014-10-16 | 1 | -2/+3 |
| | |||||
* | Curly brace escaping, round 2. | Tim Hatch | 2014-10-15 | 1 | -3/+3 |
| | | | | | | | These were all pointed out by regexlint but required manual effort to track down (indicator.py was confused by most of them being produced by expressions). Also comment out some iffy comment patterns. | ||||
* | Curly brace escaping, round 1. | Tim Hatch | 2014-10-15 | 1 | -1/+1 |
| | | | | | These locations were all found by regexlint and done semi-manually, leaving braces within [] alone (they aren't special in the 'regex' module). | ||||
* | all lexers: fix unescaped { and } so that the "regex" module can compile our ↵ | Georg Brandl | 2014-10-15 | 1 | -3/+3 |
| | | | | regexes | ||||
* | move module names from _XXXbuiltins to _XXX_builtins to be consistent | Georg Brandl | 2014-10-04 | 1 | -1/+1 |
| | |||||
* | Remove the c_like subpackage. | Georg Brandl | 2014-09-20 | 1 | -0/+322 |