Skip to content

Commit

Permalink
More readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabián Ezequiel Gallina committed Feb 15, 2011
1 parent 24a5fd1 commit 8e02b4f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.org
Expand Up @@ -19,8 +19,10 @@ This package contains python.el
Currently it implements:
+ Syntax highlighting
+ Solid (auto)indentation support
+ auto-detection of indentation levels for current file (stolen
without guilt from GNU/Emacs' original python.el)
+ auto-detection of indentation levels for current file
+ Triple quoted strings support (stolen without guilt from
GNU/Emacs' original python.el)
+ Fancy variable assignment colorization
+ Movement commands you'll expect from a major-mode.
+ Python shell integration (not only for Python 2 but also Python 3!)
+ Python shell completion (Same as above!)
Expand All @@ -34,7 +36,7 @@ This package contains python.el
+ add-log-current-defun support
+ hideshow support
+ outline support
+ Nice fill paragraph support
+ fill paragraph

The code is well organized in parts with some clean sensitive
naming. While I did the best effort to keep the code as clean as
Expand Down

0 comments on commit 8e02b4f

Please sign in to comment.