aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-textedit/syntax_rules/python.syntax
Commit message (Collapse)AuthorAge
* Quick update to lumina-textedit:Ken Moore2017-12-28
| | | | | 1. Add a new syntax highlighting "meta" option for auto-selecting a ruleset based on the first line of text in the file, and add rules for shell, json, and python to support first-line matches. 2. Fix up the detection of "read-only" property on newly-saved files.
* Updated Python syntax rulesZackaryWelch2017-06-19
|
* Commit some minor updates to whitespace and the python syntax file name.Ken Moore2017-06-19
|
* Python syntax rules updatedZackaryWelch2017-06-15
|
* Get the new syntax rule system all setup and on-par (or better) than we had ↵Ken Moore2017-06-09
previously. Now we are all set for new rule sets to just be dropped in without worry about recompiling or anything.
bgstack15