Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-22 | Avoid warning. | nyamatongwe | 1 | -1/+1 | |
2011-04-06 | Django in HTML lexer recognizes {# #} comments. Bug #3013798. | nyamatongwe | 1 | -0/+31 | |
From Stephan R.A. Deibel at Wingware. | |||||
2011-03-27 | Fix folding failure with PHP within a line of Javascript. Bug #3193530. | nyamatongwe | 1 | -1/+2 | |
2011-03-27 | Fix for bug with wrong recognition of number after regex literal. Bug #3209108. | nyamatongwe | 1 | -11/+11 | |
Added test for this case. | |||||
2011-01-27 | Dropped inclusion of PropSetSimple.h in lexers which do not use ↵ | nyamatongwe | 1 | -1/+0 | |
PropSetSimple directly. Dropped declaration not needed in LexCPP. | |||||
2010-11-03 | Support for #region for PHP. Feature #3101624. | nyamatongwe | 1 | -2/+12 | |
2010-08-04 | Bug #3038381 Escape of EOL in JS string does not work | nyamatongwe | 1 | -1/+3 | |
Patch from Stephan Deibel. | |||||
2010-08-02 | Moved line state one line earlier so it refers to the state at the end of ↵ | nyamatongwe | 1 | -3/+3 | |
the line. This makes it more robust when lines are inserted or removed as occurred in bug #3032652. | |||||
2010-07-31 | Patch from Stephan to remove bad folding for Django. Bug #3034853. | nyamatongwe | 1 | -5/+0 | |
2010-07-13 | For new lexer design change includes to add new files and remove unused files. | nyamatongwe | 1 | -13/+9 | |
Normalise order of includes. Minor fixes for compatibility with new lexer design. | |||||
2010-07-13 | Moved lexers into lexers directory. | nyamatongwe | 1 | -0/+2132 | |