Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2017-06-22 |
|\ | |||
| * | Added Go rules and corrected number highlighting syntax | ZackaryWelch | 2017-06-19 |
| | | |||
| * | Updated Python syntax rules | ZackaryWelch | 2017-06-19 |
| | | |||
| * | Added PHP rules and updated Javascript and Markdown rules | ZackaryWelch | 2017-06-19 |
| | | |||
| * | Updated Markdown syntax | ZackaryWelch | 2017-06-16 |
| | | |||
| * | Updated syntax files | ZackaryWelch | 2017-06-16 |
| | | |||
| * | HTML and Javascript syntax highlighting | ZackaryWelch | 2017-06-15 |
| | | |||
| * | Add a new markdown syntax highlighting format. Not quite finished yet - but ↵ | Ken Moore | 2017-06-15 |
| | | | | | | | | has the bulk of the options so far. | ||
* | | Oops - forgot to add the new test.xml file to the last commit. | Ken Moore | 2017-06-22 |
|/ | |||
* | Get the new syntax rule system all setup and on-par (or better) than we had ↵ | Ken Moore | 2017-06-09 |
| | | | | previously. Now we are all set for new rule sets to just be dropped in without worry about recompiling or anything. | ||
* | Get the new syntax highlighting support framework functional with the C++ ↵ | Ken Moore | 2017-06-09 |
| | | | | rules files as the example (still need to convert the other existing rulesets over to the new format). | ||
* | 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 |