aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
AgeCommit message (Collapse)AuthorFilesLines
2002-12-21Updated Avenue lexer from Alexey.nyamatongwe1-2/+6
2002-11-17Jakub Vrána has added a CSS (Cascading Style Sheet) lexer to Scintilla.nyamatongwe1-0/+14
This is separate to the HTML lexer and is only invoked for stand-alone CSS files, not for the STYLE section of HTML files. He also made some other additions. There is a Line Duplicate command which is bound to Ctrl+D. PHP lexing has been improved.
2002-10-26Patch from Jakub Vrána to recognise PHP errors.nyamatongwe1-0/+1
2002-10-08New lexer for Fortran.nyamatongwe1-0/+17
2002-10-05Updated Ada lexer.nyamatongwe1-11/+9
2002-10-05More comprehensive Ada support.nyamatongwe1-8/+13
2002-09-27Added case insensitive keywords version of C++ lexer, cppnocase.nyamatongwe1-0/+1
2002-09-10Including LexAsm.nyamatongwe1-0/+12
2002-07-21Added Scriptol lexer.nyamatongwe1-0/+21
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