aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
AgeCommit message (Collapse)AuthorFilesLines
2002-04-18Added enu (enumeration) and lex (lexer) feature types. Defined enumerations ↵nyamatongwe1-9/+14
and lexers.
2002-04-16Patch from Holger Kiemes to recognise more tag line formats.nyamatongwe1-0/+1
2002-03-26Made symbols for the lexical states of the diff lexer. Recognise '***' as ↵nyamatongwe1-0/+7
the same as '+++' rather than like '!'.
2002-02-16New lexer for Matlab contributed by José Fonseca.nyamatongwe1-0/+9
2002-02-02Updated Lua lexer that treats '.' as not being an identifier or keywordnyamatongwe1-0/+5
character and allows 5 keyword lists.
2002-01-18Updated copyrights for 2002.nyamatongwe1-1/+1
2001-12-05Baan support from Vamsi & Praveen.nyamatongwe1-0/+12
2001-10-27Added lexical mode numbers for ASP and PHP.nyamatongwe1-0/+2
2001-10-04Separate lexers for VB and VBScript.nyamatongwe1-0/+10
VB lexer states separate from C++ lexer states.
2001-09-29Bullant lexer added.nyamatongwe1-0/+1
2001-09-18Start of work from Steve on keywords in documentation comments.nyamatongwe1-0/+2
2001-09-18Additional SGML functionality from Steve.nyamatongwe1-2/+7
2001-09-14Addition of more SGML styles from Steve.nyamatongwe1-1/+6
2001-09-11Start of support for crontab lexer.nyamatongwe1-0/+12
2001-08-14Added define for TCL lexer.nyamatongwe1-0/+1
2001-08-09Patch from Steve for recognising a SGML <! lexical state.nyamatongwe1-0/+1
2001-08-08Lua error messages handled.nyamatongwe1-0/+1
2001-07-30Lex class for .NET tracebacks in the output lexer.nyamatongwe1-0/+1
2001-06-18Added X-Code comment lexical class.nyamatongwe1-0/+1
2001-06-13Addition of target style for makefile lexer.nyamatongwe1-0/+1
2001-06-12Additions from Shane Caraveo at ActiveState to add a PHP operatornyamatongwe1-0/+1
lexical class.
2001-05-31Updated to use new ColouriseContext class.nyamatongwe1-0/+1
More accurate handling of comments. Less possibility of different lexings dependent on which sets of lines are lexed together. 2nd set of keywords available for tasks such as highlighting an API.
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