aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
AgeCommit message (Collapse)AuthorFilesLines
2008-10-09#2122992 from Jason Oster adds several new keyword listsnyamatongwe1-0/+5
* Asterisks are now treated (styled) as valid tag characters. * The vertical pipe | and tilde ~ are now treated as selector characters. (CSS namespace selector, and preceding element selector, respectively.) * Pseudo-classes can be extended with additional simple selectors. (Not sure if extending pseudo-elements in the same way is necessary. The CSS specs don't seem to indicate this kind of usage with pseudo-elements.) Useful for pseudo-classes like :not() and [to lesser extent] :lang(), but also for some vendor-specific pseudo-classes.
2008-10-08Lexer for gettext .po translation files from Enrico Tröger.nyamatongwe1-0/+10
2008-09-14Added LexMySQL by Anders Karlsson.nyamatongwe1-0/+22
2008-07-19Feature request #2017815 Update to the Diff lexer fromnyamatongwe1-0/+1
Friedrich Vedder. - Improve support for context style diffs (add new style SCE_DIFF_CHANGED for changed lines). - Improve support for diff's generated by Subversion. - Fix styling and folding for lines containing chunk dividers ("---").
2008-01-18PowerShell lexer implemented by Tim Gerundt.nyamatongwe1-0/+12
2007-12-31Added Magik lexer.nyamatongwe1-0/+18
2007-11-04Added support for 'R' language by Stephen Stagg.nyamatongwe1-0/+13
2007-09-08Lexer for Asymptote.nyamatongwe1-0/+13
2007-07-31Eric Promislow added an operator state for YAML and recognise commentsnyamatongwe1-0/+1
after code.
2007-07-14Changes from Kein-Hong Man supports fixes bareword issues and underscoresnyamatongwe1-0/+3
in numeric literals, and handles ^D and ^Z, subroutine prototypes, and formats.
2007-07-05lexer.errorlist.value.separate styles location and matched text separatelynyamatongwe1-0/+1
for Find in Files command.
2007-06-30Support for Abaqus language added by Sergio Lucato.nyamatongwe1-0/+14
2007-06-12PL/M and Progress lexers added.nyamatongwe1-0/+42
2007-04-16Added support for GAP language from Istvan Szollosi.nyamatongwe1-0/+13
2007-03-29Incorporated cmake support.nyamatongwe1-0/+16
2007-02-21Additions for TADS3.nyamatongwe1-0/+1
2006-12-13D lexer and language support from Waldemar Augustyn.nyamatongwe1-0/+19
2006-05-18Patch from Jos vanderZande thatnyamatongwe1-0/+1
Fixed the SentKey lexing logic in case of multiple sentkeys. Fixed issue with <> coloring as String in stead of Operator in rare occasions. Added support for AutoIt3 Standard UDF library (SCE_AU3_UDF)
2006-03-30Support for Spice language added by Fabien Proriol.nyamatongwe1-0/+10
2006-03-20Update of TCL lexer from Andre Arpin adds SCE_TCL_COMMENT_BOX andnyamatongwe1-0/+2
SCE_TCL_BLOCK_COMMENT states.
2006-03-02Lexer for TCL contributed by Andre Arpin.nyamatongwe1-0/+20
2006-02-13Patch from Sebastian Pipping allows the key for each property to be stylednyamatongwe1-0/+1
differently to the value.
2006-02-03Support for Opal language from Sebastian Pipping.nyamatongwe1-0/+11
2006-01-28Added Inno Setup lexer from Friedrich Vedder.nyamatongwe1-0/+14
Removed comment saying GrabFocus is GTK+ specific.
2005-12-13Robert updated lex class IDs for LexCaml.nyamatongwe1-9/+10
2005-10-21Patch from Iago implements new quoted identifier lexical class for SQL.nyamatongwe1-0/+1
2005-09-06Added highlighting for decorators and a set of identifiers.nyamatongwe1-0/+2
2005-08-25New Ruby lexer from Eric Promislow of ActiveState.nyamatongwe1-0/+35
2005-08-25Updates from Jos van der Zande for AU3.nyamatongwe1-0/+1
2005-07-22Addition from Elias Pschernig supports FreeBasic.nyamatongwe1-0/+1
2005-07-08Patch from Michael Cartmell improves string parsing and reduces number ofnyamatongwe1-31/+19
states.
2005-06-20Patch from Michael Goffioul to Lisp adds SYMBOL, SPECIAL, and MULTI_COMMENTnyamatongwe1-0/+4
states and a second keyword set.
2005-06-04Addition of SCE_PL_POD_VERB by Kein-Hong Man.nyamatongwe1-0/+1
2005-05-27Support for CSound from Georg Ritter.nyamatongwe1-0/+17
2005-05-20Flagship / Clipper support from Randy Butler.nyamatongwe1-0/+25
2005-05-04Smalltalk support added by Sergey Philippov.nyamatongwe1-0/+18
2005-04-18Large SQL patch from Carsten Sperber supports scripts written in SQL*Plus.nyamatongwe1-0/+21
2005-04-13Support for Rebol by Pascal Hurni.nyamatongwe1-0/+30
2005-04-09TADS3 support from Michael Cartmell.nyamatongwe1-0/+33
2005-04-01PHPScript is for standalone PHP scripts not part of web pages.nyamatongwe1-0/+1
2005-04-01Haskell lexer contributed by Tobias Engvall.nyamatongwe1-0/+18
2005-03-03Deprecated SCLEX_PHP and SCLEX_ASP.nyamatongwe1-2/+2
2005-03-01Improvements to NSIS support from Angelo Mandato.nyamatongwe1-0/+4
Includes line continuation, C style box comments, SectionGroup/SectionGroupEnd, PageEx/PageExEnd and $\r and $\n.
2005-02-18Update for Clarion lexer.nyamatongwe1-5/+7
2005-02-11Update to AU3.nyamatongwe1-0/+1
2005-02-10Lexers added for Objective Caml, PureBasic and BlitzBasic.nyamatongwe1-0/+21
2005-02-06Removed BlitzBasic lexer as this will be incorporated intonyamatongwe1-12/+0
main Basic lexer.
2005-02-04Patch from Jakub Vrana to upgrade CSS support to CSS2.nyamatongwe1-0/+1
2005-02-04Added BlitzBasic lexer and properties file.nyamatongwe1-0/+12
2004-10-16VHDL lexer contributed by Phil Reid.nyamatongwe1-0/+16