aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexHTML.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2001-02-27Option fold.html added.nyamatongwe1-0/+4
2001-02-27Patch from Philippe to regularise comments.nyamatongwe1-2/+2
2001-02-24Updated documentation comments from Philippe.nyamatongwe1-1/+3
2001-02-23Patch from Steve to change name of option for folds owning following blanknyamatongwe1-2/+2
2001-02-22Patch from Steve makes folding work better on multi-line tags and CDATAs.nyamatongwe1-21/+48
2001-02-21Patch from Steve to support folding of HTML.nyamatongwe1-17/+56
2001-02-08Setting operators in ASP VBScript to correct lexical class.nyamatongwe1-1/+1
2001-01-28Updating copyright notices for 2001.nyamatongwe1-1/+1
2001-01-24Changed isspace to isspacechar which is safe for characters >= 128.nyamatongwe1-1/+1
2001-01-13Comment lines at end of JavaScript now allow end: //--></script>nyamatongwe1-2/+16
2001-01-04Reformatted.nyamatongwe1-31/+28
2000-11-06Fix from Steve for handling '\' in PHP strings.nyamatongwe1-1/+4
2000-10-27Added support for JavaScript regular expressions.nyamatongwe1-4/+28
2000-08-25Patch from Steve for handling comments in PHP.nyamatongwe1-36/+26
2000-08-22Added SCE_H_VALUE class for HTML for unquoted values.nyamatongwe1-2/+38
2000-08-03Fixes from Philippe for preprocessor and HTML comments and one from Stevenyamatongwe1-6/+15
2000-07-29Patch to PHP lexer to handle multiple line strings.nyamatongwe1-9/+9
2000-07-22Updates to make new API work on both GTK+ and Win32.nyamatongwe1-2/+0
2000-07-19Speed ups by Steve.nyamatongwe1-24/+28
2000-07-19More Steve updates - allows folding of embedded Python.nyamatongwe1-26/+76
2000-07-18Updates from Steve to make Python strings and incremental styling work.nyamatongwe1-3/+21
2000-07-18Added functions to clear all styling and contraction.nyamatongwe1-658/+224
2000-07-08Included Steve Lhomme's PHP updates for the HTML lexer.nyamatongwe1-210/+532
2000-06-17Removed trace.nyamatongwe1-1/+0
2000-06-06Handle CDATA sections in XML.nyamatongwe1-1/+11
2000-05-27Changed operator bool in WordList to return false if WordList is empty.nyamatongwe1-4/+7
2000-05-20Lexer changes from Philippe.nyamatongwe1-0/+7
2000-04-23Ensured lexers do not style any more than they have been asked to.nyamatongwe1-1/+1
2000-04-05Changed the lexer module objects to be globally visible (by removing 'static')nyamatongwe1-2/+2
2000-04-04Avoid lots of warnings from Borland C++.nyamatongwe1-15/+15
2000-04-04Split a Document based Accessor (DocumentAccessor) off fromnyamatongwe1-10/+10
2000-03-17Fixed bug in releasing font which was an alias of default font.nyamatongwe1-1/+1
2000-03-16Split up KeyWords.cxx into 7 individual lexer files Lex*.cxx.nyamatongwe1-0/+1139