From b56fc25c55eb79bb3104f5d2804e52901e4ae282 Mon Sep 17 00:00:00 2001 From: nfnty Date: Fri, 24 Feb 2017 16:02:37 +0100 Subject: [PATCH] docs: Update `Features` --- README.md | 5 ++++- doc/python-syntax.txt | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6865100..6b65699 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,15 @@ Features * New exceptions and builtins * Doctests * `@decorator` syntax + * Class variables such as `self` and `cls` + * Operators * Highlighting of the following errors: * Invalid symbols in source file - * Mixing spaces and tabs * Invalid numeric constants * Invalid %-formatting inside strings * Invalid variable names + * Invalid operators + * Mixing spaces and tabs * Trailing spaces (Enabled with `g:python_highlight_space_errors`) * Commands for easy switching between versions diff --git a/doc/python-syntax.txt b/doc/python-syntax.txt index c2688f6..f310e7a 100644 --- a/doc/python-syntax.txt +++ b/doc/python-syntax.txt @@ -21,12 +21,15 @@ Features * New exceptions and builtins * Doctests * `@decorator` syntax + * Class variables such as `self` and `cls` + * Operators * Highlighting of the following errors: * Invalid symbols in source file - * Mixing spaces and tabs * Invalid numeric constants * Invalid %-formatting inside strings * Invalid variable names + * Invalid operators + * Mixing spaces and tabs * Trailing spaces (Enabled with `g:python_highlight_space_errors`) * Commands for easy switching between versions