aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexTCMD.cxx
AgeCommit message (Collapse)AuthorFilesLines
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and ↵Neil1-2/+0
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3.
2015-11-20Remove line end whitespace.Neil1-2/+2
2015-07-30Use Sci_Position / Sci_PositionU for variables in lexers that representJoe Mueller1-14/+14
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-2/+2
comment recognizers to allow for future implementation of 64-bit positions.
2014-01-19Avoid warnings for potential read from uninitialised buffer.Neil1-1/+1
2013-11-04Remove local functions that are not used.Neil1-5/+0
2013-08-08Avoid warnings for uninitialized strings.Neil1-1/+1
2013-07-21Replace all instances of isascii with Scintilla-specific IsASCII.Neil1-1/+1
iasascii is not part of ISO C or C++ but is a BSD extension so caused problems when compiling in strict compliance mode.
2011-12-22Replace _strupr with portable code.nyamatongwe1-1/+9
2011-12-22Lexer for the Take Command / TCC scripting language. Feature #3462462.nyamatongwe1-0/+503
From Rex Conn.