Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-07-23 | Patch from Shane to allow multiple pseudo-classes. | nyamatongwe | 1 | -1/+2 | |
2003-03-04 | Patch from Jakub to add quoted strings to CSS lexer. | nyamatongwe | 1 | -9/+17 | |
2003-03-03 | Patch from Jakub Vrana to handle some out of bounds characters and | nyamatongwe | 1 | -2/+2 | |
repetitive pseudo-classes. | |||||
2003-02-17 | Upgraded keyword list descriptions from Brian Quinlan. | nyamatongwe | 1 | -1/+7 | |
2002-12-05 | Patch from Vrana to fix some lexing problems. | nyamatongwe | 1 | -1/+13 | |
2002-11-17 | Fixed warnings. | nyamatongwe | 1 | -10/+10 | |
2002-11-17 | Jakub Vrána has added a CSS (Cascading Style Sheet) lexer to Scintilla. | nyamatongwe | 1 | -0/+234 | |
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. |