Dmitry Vasiliev
878e75cf90
Highlight non-ASCII decorators only for Python 3
2014-12-27 16:13:08 +01:00
Victor Salgado
9dc6765ad1
Fix decorators to allow the same kind of characters that functions do
2014-12-19 06:47:25 -02:00
Dmitry Vasiliev
453269d0f8
Highlight 'yield from' statement
...
The 'yield from' statement was introduced in Python 3.3. Reported by
Elizabeth Myers.
2013-11-18 21:29:47 +01:00
Dmitry Vasiliev
69f8e12a46
Add new option 'python_highlight_file_headers_as_comments'
...
The option is disabled by default and when enabled highlight shebang and
coding file headers as comments instead of special characters.
2013-08-31 14:28:14 +02:00
Dmitry Vasiliev
21a2e84df6
Update CHANGES.txt
2013-08-31 12:49:35 +02:00
pydave
9ccbd6196b
Make imports look like includes
...
Imports work like includes so they should use the relevant group-name.
I also renamed pythonPreCondit to pythonImport since it's specific to
that type of "preprocessor" statement.
2013-08-24 10:54:06 -07:00
Dmitry Vasiliev
6f6f10ff54
Clean up boolean highlighting
2013-08-11 17:25:39 +02:00
Yuri Habrusiev
a0d21acc1c
add pythonBoolean syntax
2013-08-01 17:49:49 +03:00
Dmitry Vasiliev
ebbdd093b7
Revision 3.3.3
2013-06-02 13:52:27 +02:00
Will Gray
fc6a66bf80
Reload local syntax only
...
Turning syntax off and back on is more than what's necessary to reload the syntax for the current buffer.
2013-06-01 14:53:27 -05:00
Dmitry Vasiliev
e344f212b6
Fix behaviour of b:python_version_2 variable
2013-06-01 17:18:56 +02:00
Dmitry Vasiliev
2860070a9d
Update script version
2013-05-12 22:19:36 +02:00
Dmitry Vasiliev
16f0987559
Move python.vim into syntax directory
2013-05-12 22:11:32 +02:00