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