Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add syntax highlighting for "shell" files (.sh) | Ken Moore | 2016-09-16 |
| | |||
* | Fix up the highlighting of characters where the start character is already ↵ | Ken Moore | 2016-09-16 |
| | | | | within a different highlight block (do not stack them - that start char was already handled and is off limits). | ||
* | Fix up another multi-line syntax highlighting routine. | Ken Moore | 2016-09-06 |
| | |||
* | Add a new test.cpp file for checking C/C++ syntax stuff, and fix up the ↵ | Ken Moore | 2016-09-06 |
| | | | | backwards highlighting routine when both a start and end character are in close proximity in teh middle of the search. | ||
* | Add file watching capabilities to lumina-textedit, so the file will ↵ | Ken Moore | 2016-08-05 |
| | | | | automatically re-load if changed externally and no pending changes in the editor. | ||
* | Another large update to syntax highlighting for .rst files (and some overall ↵ | Ken Moore | 2016-08-04 |
| | | | | changed to the order in which highlighting rules are applied - works for all file types). | ||
* | Get a lot more of the .rst file syntax highlighting functional. | Ken Moore | 2016-08-03 |