aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
AgeCommit message (Collapse)AuthorFilesLines
2001-05-18Eiffel support.nyamatongwe1-0/+11
2001-04-24Ruby support.nyamatongwe1-0/+1
2001-04-20Alexey added Lisp support.nyamatongwe1-0/+9
2001-04-13Start of new lexer infrastructure.nyamatongwe1-0/+1
Lexers can have a fold function as well as a lexer function. They can be identified by string name as well as an integer ID and may ask to be automatically assigned that ID.
2001-04-11Patch from Philippe to make 'rem' work in batch files.nyamatongwe1-0/+18
Moved lex class values from LexOthers.cxx to Scintilla.iface. Added recognition of diff output to errorlist lexer so can see in output pane of SciTE.
2001-04-09Tahir added Ada support.nyamatongwe1-0/+10
Simplified header dependencies of the Lexers in makefiles.
2001-03-02Update from Steve to PHP in the HTML lexer.nyamatongwe1-1/+1
2001-02-24Updated documentation comments from Philippe.nyamatongwe1-1/+3
2001-02-09New lexclasses for Avenue from Alexey.nyamatongwe1-0/+11
2001-02-01Added lexer for Avenue.nyamatongwe1-0/+1
Trailing spaces removed from a lot of lines.
2001-01-28Updating copyright notices for 2001.nyamatongwe1-1/+1
2001-01-06Patch from Steffen to separate long quote into qq, qz, qr, and qw states.nyamatongwe1-0/+4
2001-01-02From Philippe: SString::clear and SCE_C_COMMENTLINEDOC.nyamatongwe1-0/+1
2000-12-19Perl updated.nyamatongwe1-0/+1
If property line has no '=' it is treated as '=1'.
2000-12-07Steffen removed SCE_PL_REF state.nyamatongwe1-1/+0
2000-11-21Steffen's patch for here documents.nyamatongwe1-1/+5
2000-11-06Added Pascal language.nyamatongwe1-0/+1
2000-11-01Ahmad's Apache CONF lexer.nyamatongwe1-0/+10
2000-10-26Added regular expression classes for Javascript and embedded Javascript.nyamatongwe1-0/+3
2000-10-04Added SCLEX_CONF.nyamatongwe1-0/+1
2000-08-30Added comments and improved the HFacer.py code.nyamatongwe1-0/+3
2000-08-30SciLexer.h and Scintilla.h now generated from Scintilla.iface.nyamatongwe1-23/+2
Scintilla.iface updated to be current.
2000-08-30Perl error format supported.nyamatongwe1-0/+9
SCE_ERR_* symbols replace inline constants.
2000-08-22Added C# support to LexCPP with verbatime string literals and @ quotednyamatongwe1-0/+1
keywords handled correctly.
2000-08-22Added SCE_H_VALUE class for HTML for unquoted values.nyamatongwe1-1/+3
2000-08-18Added in most of Ferdinand Prantl's changes except for regular expressionnyamatongwe1-0/+1
search. Some bits not quite done as well.
2000-07-08Included Steve Lhomme's PHP updates for the HTML lexer.nyamatongwe1-0/+11
2000-06-12Lua language support from Paul Winwood.nyamatongwe1-1/+17
2000-06-06Added CDATA class.nyamatongwe1-0/+1
2000-05-08Added LaTeX lexer from Christian Obrecht.nyamatongwe1-0/+8
2000-04-18Removed use of PropSet in Accessor to avoid linkage.nyamatongwe1-0/+1
Added indenting and horizontal scroll bar messages.
2000-03-25FIxed problem with first modification sometimes not looking dirty.nyamatongwe1-2/+1
Remonved unused 'PUNTUATION' lexclass.
2000-03-22Split UndoHistory out of CellBuffer.nyamatongwe1-0/+1
Fixed coalescing of nodes in the undo history. Added LineCut, LineDelete, LineTranspose, UpperCase and LowerCase keyboard commands and added keys for them. Added UUID lexical class to CPP lexer.
2000-03-08Initial revisionnyamatongwe1-0/+172