aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-textedit/syntax_rules
Commit message (Collapse)AuthorAge
* Added print option to lumina-textedit capable of selectionsZackaryWelch2017-07-06
|
* Fixed number syntax in C++ZackaryWelch2017-06-22
|
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-06-22
|\
| * Added Go rules and corrected number highlighting syntaxZackaryWelch2017-06-19
| |
| * Merge branch 'master' of github.com:trueos/luminaKen Moore2017-06-19
| |\
| | * Updated Python syntax rulesZackaryWelch2017-06-19
| | |
| * | Remove the character per line limit for html files.Ken Moore2017-06-19
| |/
| * Commit some minor updates to whitespace and the python syntax file name.Ken Moore2017-06-19
| |
| * Added PHP rules and updated Javascript and Markdown rulesZackaryWelch2017-06-19
| |
| * Updated Markdown syntaxZackaryWelch2017-06-16
| |
| * Quick update for javascript syntax rulesKen Moore2017-06-16
| |
| * Updated syntax filesZackaryWelch2017-06-16
| |
| * HTML and Javascript syntax highlightingZackaryWelch2017-06-15
| |
| * Merge branch 'master' of github.com:trueos/luminaKen Moore2017-06-15
| |\
| | * Python syntax rules updatedZackaryWelch2017-06-15
| | |
| * | Add a new markdown syntax highlighting format. Not quite finished yet - but ↵Ken Moore2017-06-15
| |/ | | | | | | has the bulk of the options so far.
* / Add a couple more files to lumina-textedit:Ken Moore2017-06-22
|/ | | | | 1) A basic "text" syntax rule set (no highlighting, word wrap) 2) A test file for the XML rules.
* Add a new syntax rule set for JSON files. Seems to be working fine.Ken Moore2017-06-11
|
* Add an XML syntax highlighting rule to LTE. Seems fully-functional.Ken Moore2017-06-11
|
* Add support for a new "file_regex" flag in the JSON syntax manifests that ↵Ken Moore2017-06-11
| | | | can be used when looking for matching file type support.
* 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.
* Get the new syntax highlighting support framework functional with the C++ ↵Ken Moore2017-06-09
| | | | rules files as the example (still need to convert the other existing rulesets over to the new format).
* Get a lot more of the new plugin-based syntax highlighting system setup (not ↵Ken Moore2017-06-08
| | | | integrated/tested yet).
* Start the prep-work for a new way of loading syntax highlighting rules in LTE.Ken Moore2017-06-08
Get a new JSON file written up for the C++ highlighting rules as the first test-case/example.
bgstack15