aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-textedit/syntaxSupport.h
Commit message (Collapse)AuthorAge
* Fix up the highlighting of characters where the start character is already ↵Ken Moore2016-09-16
| | | | within a different highlight block (do not stack them - that start char was already handled and is off limits).
* Add a font selector option to LTE, so monospaced fonts can be used as needed ↵Ken Moore2016-09-12
| | | | for particular users.
* Fix up another multi-line syntax highlighting routine.Ken Moore2016-09-06
|
* Fix the 1-character-line detection/usage for syntax highlighting.Ken Moore2016-09-06
|
* Clean up a bit more of the syntaxhighlighting rules - ensuring that ↵Ken Moore2016-09-06
| | | | single-line rules are skipped if they start within a multi-line rule block.
* Another large update to syntax highlighting for .rst files (and some overall ↵Ken Moore2016-08-04
| | | | changed to the order in which highlighting rules are applied - works for all file types).
* Start cleaning up the rst syntax highlighting.Ken Moore2016-08-02
|
* Rearrange the Lumina source tree quite a bit:Ken Moore2016-04-25
Now the utilites are arranged by category (core, core-utils, desktop-utils), so all the -utils may be excluded by a package system (or turned into separate packages) as needed.
bgstack15