aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/SciCoding.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-03-16 16:57:06 +1100
committerNeil <nyamatongwe@gmail.com>2018-03-16 16:57:06 +1100
commit191d250adfd9d50846db5350641d279cad39c325 (patch)
tree745391be4a4c56cf6823da5ac840b912ef83557d /doc/SciCoding.html
parent601277bddb0a4d871b8ab90e88b5d7dfde3ec2a3 (diff)
downloadscintilla-mirror-191d250adfd9d50846db5350641d279cad39c325.tar.gz
Remove line-end white space.
Diffstat (limited to 'doc/SciCoding.html')
-rw-r--r--doc/SciCoding.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/SciCoding.html b/doc/SciCoding.html
index 4f7664516..c5debf51a 100644
--- a/doc/SciCoding.html
+++ b/doc/SciCoding.html
@@ -278,7 +278,7 @@
<p>
Properties provided by a new lexer should follow the naming conventions
and should include a comment suitable for showing to end users.
- The convention is for properties that control styling to be named
+ The convention is for properties that control styling to be named
lexer.&lt;lexername&gt;.* and those that control folding to be named
fold.&lt;lexername&gt;.*.
Examples are "lexer.python.literals.binary" and "fold.haskell.imports".