aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexAU3.cxx
AgeCommit message (Collapse)AuthorFilesLines
2010-07-13Moved lexers into lexers directory.nyamatongwe1-907/+0
2009-01-01Updates to avoid warnings from GCC 4.3. Should not change behaviour.nyamatongwe1-1/+2
2007-07-28Fix for #endregion from Jos.nyamatongwe1-2/+3
2007-07-14Jos van der Zande: Fixed Commentblock issue when LF'snyamatongwe1-5/+12
are used as EOL.
2007-06-01integrate OS X support for scintilla. a big patch with a little commit ↵scaraveo1-0/+4
message :) - now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries - several fixes in the OS X layer since the branch was commited in 2005 - used in Komodo since 2005, so pretty stable
2007-03-23Patch from Jos van der Zande to fix bug with + following anyamatongwe1-0/+3
string getting the wrong color.
2006-05-18Patch from Jos vanderZande thatnyamatongwe1-35/+80
Fixed the SentKey lexing logic in case of multiple sentkeys. Fixed issue with <> coloring as String in stead of Operator in rare occasions. Added support for AutoIt3 Standard UDF library (SCE_AU3_UDF)
2005-08-25Updates from Jos van der Zande for AU3.nyamatongwe1-28/+126
2005-02-11Update to AU3.nyamatongwe1-40/+174
2004-06-20Update from Jos, mostly changes folding.nyamatongwe1-10/+16
2004-06-02Fixed issue with continuation lines on If statements.nyamatongwe1-1/+3
2004-05-30Fix from Jos.nyamatongwe1-2/+1
2004-05-29Updated AutoIt3 lexer from Jos.nyamatongwe1-40/+278
Handles folding by syntax rathe rthan indentation.
2004-05-09Fixed # pre-processor statement inside of comment blocknyamatongwe1-11/+24
would invalidly change the color. Added logic for #include <xyz.au3> to treat the <> as string Added underscore to IsAOperator.
2004-04-25// April 21, 2004 - Added Preprosessor Table + Syntax Highlightingnyamatongwe1-42/+129
// Fixed Number highlighting // Changed default isoperator to IsAOperator to have a better match to AutoIt3 // Fixed "#comments_start" -> "#comments-start" // Fixed "#comments_end" -> "#comments-end" // Fixed Sendkeys in Strings when not terminated with } // Added support for Sendkey strings that have second parameter e.g. {UP 5}
2004-04-12Folder added by Jos.nyamatongwe1-1/+52
2004-03-27Added AutoIt 3 and APDL lexers.nyamatongwe1-0/+218
MSSQL lexer entended with STORED_PROCEDURE, DEFAULT_PREF_DATATYPE, and COLUMN_NAME_2 style classes.