aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexHTML.cxx
AgeCommit message (Expand)AuthorFilesLines
2004-07-23Patch from Jakub Vrana to allow 'e' inside numbers in PHP.nyamatongwe1-3/+3
2004-05-02Fix for folding of PHP when braces inside strings.nyamatongwe1-0/+2
2004-03-02Patches from Jakub for PHP complex variables and here docs.nyamatongwe1-5/+36
2004-02-26PHP variables inside strings.nyamatongwe1-3/+16
2003-07-27Made safe with non-ASCII data by guarding is* calls with isascii.nyamatongwe1-15/+17
2003-02-15Updating version numbers and copyright.nyamatongwe1-1/+1
2003-01-27Patch from Steve Schoettler for case sensitive tags.nyamatongwe1-10/+13
2002-11-28Patch from Bernd Kreuss to optionally turn off folding of preprocessingnyamatongwe1-29/+59
2002-11-23Fix to PHP folding from Bernd.nyamatongwe1-3/+3
2002-11-17Fixed warnings.nyamatongwe1-4/+4
2002-11-17Jakub Vrána has added a CSS (Cascading Style Sheet) lexer to Scintilla.nyamatongwe1-16/+26
2002-06-08Stopped switching out of JavaScript state when </ inside regex.nyamatongwe1-0/+1
2002-04-22Script tag recognised in XML mode.nyamatongwe1-1/+3
2002-04-03Patch from Brian Quinlan to include metdata about keyword lists withinnyamatongwe1-4/+14
2002-02-20Patch from Steve to fix SGML handling and to be more type safe.nyamatongwe1-28/+37
2002-02-12Made LexerModule objects not be const again as that was impairing staticnyamatongwe1-4/+4
2002-02-12Made lexer objects const so they do not show up in map as static / globals.nyamatongwe1-8/+8
2002-01-18Updated copyrights for 2002.nyamatongwe1-1/+1
2002-01-14Made buffer for PHP keywords larger as some of the predefined functionsnyamatongwe1-2/+2
2002-01-10Made code bool-safe and turned Visual C++ warning 4800 back on.nyamatongwe1-4/+4
2001-11-15Fixed warnings from Borland.nyamatongwe1-3/+3
2001-11-14Made PHP keyword detection case insensitive.nyamatongwe1-1/+1
2001-11-13Handling '=' inside tags better.nyamatongwe1-0/+2
2001-11-10The PHP and ASP lexers process some HTML now.nyamatongwe1-4/+108
2001-10-28Removed platform-specific headers from Platform.h and thus stoppednyamatongwe1-0/+197
2001-09-19Removed line with no effect to avoid Borland warning.nyamatongwe1-1/+0
2001-09-19Patch from Steve to make CDATA sections include their surrounding SGMLnyamatongwe1-16/+24
2001-09-18Additional SGML functionality from Steve.nyamatongwe1-137/+227
2001-09-14Addition of more SGML styles from Steve.nyamatongwe1-13/+92
2001-09-12Patch from Steve to make folding work with HTML scripting.nyamatongwe1-10/+15
2001-09-02Fixed Borland warning.nyamatongwe1-1/+1
2001-08-29Changed ASP default language option to asp.default.language which cannyamatongwe1-5/+3
2001-08-29Separated client and ASP default script language settings andnyamatongwe1-31/+37
2001-08-09Patch from Steve for recognising a SGML <! lexical state.nyamatongwe1-4/+12
2001-08-08Patch from Steve Lhomme to correct folding of XML files.nyamatongwe1-2/+10
2001-07-29Fixed bug where seeking back to start of tag only when to position 1nyamatongwe1-1/+1
2001-07-25Make Tab Timmy work again.nyamatongwe1-7/+5
2001-07-21Patch from Steve to allow <? and ?> in PHP /* */ comments.nyamatongwe1-2/+2
2001-07-17Patch to not bounce out PHP mode when a <? or ?> is seen within anyamatongwe1-2/+11
2001-07-05Ensured PHP operator style does not continue over whitespace.uid229441-3/+5
2001-06-21Patch from Shane to fix PHP operator style applying too late.nyamatongwe1-2/+8
2001-06-18Added X-Code comment lexical class.nyamatongwe1-0/+10
2001-06-12Additions from Shane Caraveo at ActiveState to add a PHP operatornyamatongwe1-1/+6
2001-05-22Better handling of quoted strings at the end of scripts.nyamatongwe1-16/+11
2001-05-05Patch from Steve Lhomme to prevent %> from displaying as ASP if not in ASPnyamatongwe1-8/+10
2001-04-23Fixed bug that treated some operators in ASP VBScript as if they were innyamatongwe1-1/+1
2001-04-13Removed some dead commented code.nyamatongwe1-2/+0
2001-04-13Added a string name to each lexer.nyamatongwe1-2/+2
2001-03-02Update from Steve to make string style terminate after a variable.nyamatongwe1-0/+1
2001-03-02Update from Steve to PHP in the HTML lexer.nyamatongwe1-3/+60