aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexA68k.cxx
AgeCommit message (Collapse)AuthorFilesLines
2021-01-29Remove Lexilla files from ScintillaNeil1-345/+0
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-2/+0
interfaces ILexer4 and IDocument.
2015-11-20Remove line end whitespace.Neil1-89/+89
2015-07-30Use Sci_Position / Sci_PositionU for variables in lexers that representJoe Mueller1-1/+1
positions and line numbers and may be widened to 64-bits in a future release.
2015-07-25Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, andNeil1-1/+1
comment recognizers to allow for future implementation of 64-bit positions.
2013-06-30Updated A68K lexer from web site.Neil1-60/+89
Fixes warning about duplicate clauses in test and variable scope.
2011-01-27Dropped inclusion of PropSetSimple.h in lexers which do not use ↵nyamatongwe1-1/+0
PropSetSimple directly. Dropped declaration not needed in LexCPP.
2010-11-06Lexer for Motorola 68000 assembler.nyamatongwe1-0/+319