diff options
Diffstat (limited to 'doc/SciCoding.html')
-rw-r--r-- | doc/SciCoding.html | 2 |
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.<lexername>.* and those that control folding to be named fold.<lexername>.*. Examples are "lexer.python.literals.binary" and "fold.haskell.imports". |