aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexPython.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-02-15Bug [#1848]. Line ends OK in f-strings for lexer.python.strings.over.newline=1.John Ehresman1-18/+36
2017-02-12Bug [#1848]. Support Python f-strings with new styles.John Ehresman1-17/+68
2016-12-22Don't style @1 as a decoratorJohn Ehresman1-1/+1
2016-12-22Allow Python 3 unicode identifiersJohn Ehresman1-8/+34
2016-12-22Recognize f as a string prefixJohn Ehresman1-3/+11
2016-03-16Support Python 3.5 '@' operator.John Ehresman1-1/+15
2015-07-30Use Sci_Position / Sci_PositionU for variables in lexers that representJoe Mueller1-21/+21
2015-07-25Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, andNeil1-1/+1
2015-07-20Use Sci_Position when required to implement interfaces.Neil1-8/+8
2015-07-06Upgrading Python to an object lexer that supports substyles.Neil1-73/+234
2013-07-21Replace all instances of isascii with Scintilla-specific IsASCII.Neil1-1/+1
2011-07-09Fixed mistake in last change.nyamatongwe1-1/+0
2011-07-08Removed fold.comment.python property as it has not worked for many years.nyamatongwe1-24/+7
2011-07-08Bug #3325333. Property lexer.python.keywords2.no.sub.identifiers controlsnyamatongwe1-5/+14
2011-07-06Fix problems with folding not extending to final line. Bug #3349157.nyamatongwe1-5/+6
2011-06-24LexPython: keywords2: don't highlight sub-identifiers. Bug #3325333.nyamatongwe1-1/+6
2011-04-16Support cython cpdef keyword. Bug #3279728.nyamatongwe1-6/+8
2011-01-27Dropped inclusion of PropSetSimple.h in lexers which do not use PropSetSimple...nyamatongwe1-1/+0
2010-07-13For new lexer design change includes to add new files and remove unused files.nyamatongwe1-7/+11
2010-07-13Moved lexers into lexers directory.nyamatongwe1-0/+569