diff options
author | Ken Moore <ken@ixsystems.com> | 2017-06-19 13:13:53 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-06-19 13:13:53 -0400 |
commit | 3e6410618504752167600f6a9973c07d8892c5e1 (patch) | |
tree | 381e74e8318641204c58c1148d3c5e8862151360 /src-qt5/desktop-utils/lumina-textedit | |
parent | Commit some minor updates to whitespace and the python syntax file name. (diff) | |
download | lumina-3e6410618504752167600f6a9973c07d8892c5e1.tar.gz lumina-3e6410618504752167600f6a9973c07d8892c5e1.tar.bz2 lumina-3e6410618504752167600f6a9973c07d8892c5e1.zip |
Remove the character per line limit for html files.
Diffstat (limited to 'src-qt5/desktop-utils/lumina-textedit')
-rw-r--r-- | src-qt5/desktop-utils/lumina-textedit/syntax_rules/html.syntax | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src-qt5/desktop-utils/lumina-textedit/syntax_rules/html.syntax b/src-qt5/desktop-utils/lumina-textedit/syntax_rules/html.syntax index 86909dcb..22567a9b 100644 --- a/src-qt5/desktop-utils/lumina-textedit/syntax_rules/html.syntax +++ b/src-qt5/desktop-utils/lumina-textedit/syntax_rules/html.syntax @@ -1,6 +1,6 @@ # Syntax support file for the Lumina Text Editor # =================================== -# XML language support rules +# HTML language support rules # Written by Ken Moore <ken@ixsystems.com> # Released under the 2-clause BSD license # =================================== @@ -13,7 +13,6 @@ "format": { "line_wrap": false, "highlight_whitespace_eol" : true, - "columns_per_line" : 70, "font_type" : "monospace", "tab_width": 8 }, |