Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-22 | Hashquoted strings for Pike language from Chris Angelico. | nyamatongwe | 1 | -0/+1 | |
2011-08-20 | Styling of variable interpolation for Perl. Feature #3394258. | nyamatongwe | 1 | -0/+10 | |
From Kein-Hong Man. | |||||
2011-08-09 | Improvements to LaTeX lexer from Josepmaria Roca adds several new | nyamatongwe | 1 | -0/+8 | |
lexer states. Verbatim regions are handled. Bugs #1187857, #1493111, #1778404, #1856356, #2082547, #3081692 | |||||
2011-08-05 | Lua lexer update for Lua 5.2 beta. Feature #3386330. | nyamatongwe | 1 | -0/+1 | |
(a) \* escapes in strings changed to \z (b) goto <label> highlighting for same line only (c) :: <label> :: highlighting for same line only From Kein-Hong Man. | |||||
2011-02-14 | Addition of triple quoted strings for Vala. Feature #3177601. | nyamatongwe | 1 | -0/+1 | |
From Colomban Wendling. | |||||
2011-02-13 | Folding features added by Udo Lechner. | nyamatongwe | 1 | -0/+1 | |
Explicit fold points which can be set to arbitrary strings and occur anywhere. Can choose whether to have syntax based folding and multiline comment folding. | |||||
2011-02-10 | New lexical class SCE_C_STRINGRAW for C++0x raw strings. Feature #3054629. | nyamatongwe | 1 | -0/+1 | |
2011-02-07 | Lexer for Modula 2/3. From Dariusz Knoci?ski. Feature #3173374. | nyamatongwe | 1 | -0/+19 | |
2010-11-06 | Lexer for Motorola 68000 assembler. | nyamatongwe | 1 | -0/+20 | |
2010-07-17 | Lexer for Txt2tags contributed by Eric Forgeot. | nyamatongwe | 1 | -0/+27 | |
2010-06-14 | Improved PowerShell by Friedrich Vedder. Feature #3015176. | nyamatongwe | 1 | -0/+3 | |
2010-05-04 | Rewritten flagship lexer for xBase languages. Feature #2992689. | nyamatongwe | 1 | -0/+13 | |
Comments Clipper: *, && Comments C/C++ Doxygen: /* ... */, // Doxygen keywords Strings: single quotes, double Operators including @ Dates: {^...} Constants: nil, .t., .f. Word Operators: .not., .and., .or. Disabled code pragmas: begindump, __cstream, enddump, __endtext | |||||
2010-05-02 | Simplest changes from Feature Request #2992689 Lexer for xBase dialects. | nyamatongwe | 1 | -5/+0 | |
Removes unused lexical states. Removes treament of "'" as comment indicator for folding. | |||||
2010-04-30 | Fix bug #2994224 CSS @font-face displayed incorrectly | nyamatongwe | 1 | -0/+1 | |
2010-02-07 | Removed SCE_INNO_PREPROC_INLINE due to problem mentioned on bug #2552973. | nyamatongwe | 1 | -1/+0 | |
2010-01-31 | Enhanced Erlang lexer. Bug #2942448. | nyamatongwe | 1 | -1/+12 | |
2009-08-27 | Markdown lexer from FR #2844081. | nyamatongwe | 1 | -0/+23 | |
2009-07-01 | Update to CAML lexer from Robert Roessler includes support for SML | nyamatongwe | 1 | -0/+1 | |
and some bug fixes. | |||||
2009-06-16 | Updated set of states for D language. | nyamatongwe | 1 | -3/+4 | |
FR #2793782 | |||||
2009-05-27 | Updated D lexer from maXmo. | nyamatongwe | 1 | -4/+3 | |
Feature Request #2793782. Supports more forms of strings and numbers and has more keyword lists. | |||||
2009-05-19 | Applied FR #2793782 D lexer update: | nyamatongwe | 1 | -0/+5 | |
Fixed nasty comment which was highlighted wrong by viewvc. Added support for unicode chars in identifiers as per D spec. Added 3 extra keyword groups. Strings are multiline in D. Slightly more careful number parsing: don't parse 0..2 as number, parse decimal and hex floats. Support for two types of wysiwyg strings. Some support for hex strings (no escape sequences). | |||||
2009-05-15 | Removed deprecated symbols | nyamatongwe | 1 | -2/+0 | |
SCI_SETCARETPOLICY CARET_CENTER CARET_XEVEN CARET_XJUMPS SC_FOLDFLAG_BOX SC_FOLDLEVELBOXHEADERFLAG SC_FOLDLEVELBOXFOOTERFLAG SC_FOLDLEVELCONTRACTED SC_FOLDLEVELUNINDENT SCN_POSCHANGED SCN_CHECKBRACE SCLEX_ASP SCLEX_PHP | |||||
2009-05-14 | Updated MySQL lexer from Mike Lischke at Sun. | nyamatongwe | 1 | -0/+1 | |
Adds SCE_MYSQL_HIDDENCOMMAND. List of keyword names terminated with 0. | |||||
2009-03-29 | Lexer for SML. Feature Request #2710950. | nyamatongwe | 1 | -0/+16 | |
2009-03-04 | Nimrod lexer from Andreas Rumpf added. | nyamatongwe | 1 | -0/+1 | |
2009-02-14 | Bug #2552973 issues with the Inno Setup lexer. Fix from Kai Liu. | nyamatongwe | 1 | -0/+1 | |
2009-01-08 | Patch from Enrico Tröger to change comments in header files to C Style /* | nyamatongwe | 1 | -8/+8 | |
rather than C++ style // so that some compilers will work. | |||||
2009-01-01 | Lexer for PowerPro from Christopher Bean. | nyamatongwe | 1 | -0/+18 | |
2008-12-13 | Lexer added for SORCUS Installation files. | nyamatongwe | 1 | -0/+11 | |
2008-11-27 | Better Pascal lexer from Marko Njezic FR #2190650. | nyamatongwe | 1 | -0/+15 | |
2008-10-22 | Addition of lexers for TAL, TACL, and COBOL from ozlooper. FR #2127406 | nyamatongwe | 1 | -0/+3 | |
2008-10-09 | #2122992 from Jason Oster adds several new keyword lists | nyamatongwe | 1 | -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-08 | Lexer for gettext .po translation files from Enrico Tröger. | nyamatongwe | 1 | -0/+10 | |
2008-09-14 | Added LexMySQL by Anders Karlsson. | nyamatongwe | 1 | -0/+22 | |
2008-07-19 | Feature request #2017815 Update to the Diff lexer from | nyamatongwe | 1 | -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-18 | PowerShell lexer implemented by Tim Gerundt. | nyamatongwe | 1 | -0/+12 | |
2007-12-31 | Added Magik lexer. | nyamatongwe | 1 | -0/+18 | |
2007-11-04 | Added support for 'R' language by Stephen Stagg. | nyamatongwe | 1 | -0/+13 | |
2007-09-08 | Lexer for Asymptote. | nyamatongwe | 1 | -0/+13 | |
2007-07-31 | Eric Promislow added an operator state for YAML and recognise comments | nyamatongwe | 1 | -0/+1 | |
after code. | |||||
2007-07-14 | Changes from Kein-Hong Man supports fixes bareword issues and underscores | nyamatongwe | 1 | -0/+3 | |
in numeric literals, and handles ^D and ^Z, subroutine prototypes, and formats. | |||||
2007-07-05 | lexer.errorlist.value.separate styles location and matched text separately | nyamatongwe | 1 | -0/+1 | |
for Find in Files command. | |||||
2007-06-30 | Support for Abaqus language added by Sergio Lucato. | nyamatongwe | 1 | -0/+14 | |
2007-06-12 | PL/M and Progress lexers added. | nyamatongwe | 1 | -0/+42 | |
2007-04-16 | Added support for GAP language from Istvan Szollosi. | nyamatongwe | 1 | -0/+13 | |
2007-03-29 | Incorporated cmake support. | nyamatongwe | 1 | -0/+16 | |
2007-02-21 | Additions for TADS3. | nyamatongwe | 1 | -0/+1 | |
2006-12-13 | D lexer and language support from Waldemar Augustyn. | nyamatongwe | 1 | -0/+19 | |
2006-05-18 | Patch from Jos vanderZande that | nyamatongwe | 1 | -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-30 | Support for Spice language added by Fabien Proriol. | nyamatongwe | 1 | -0/+10 | |