aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexTCMD.cxx
AgeCommit message (Collapse)AuthorFilesLines
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.