Commit Graph

64 Commits

Author SHA1 Message Date
Dmitry Vasiliev ea215a9085 Add the MIT license 2014-12-27 15:43:12 +01: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 efe8499cfb Add TODO item 2013-11-18 21:23:03 +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 91eaa32bea Update CHANGES.txt 2013-05-12 22:30:15 +02:00
Dmitry Vasiliev 2860070a9d Update script version 2013-05-12 22:19:36 +02:00
Dmitry Vasiliev 40456e7708 Add README file 2013-05-12 22:12:04 +02:00
Dmitry Vasiliev 16f0987559 Move python.vim into syntax directory 2013-05-12 22:11:32 +02:00
Dmitry Vasilev 325c3a50ce Merge python.vim and python3.0.vim into python.vim
Merge Python 3 and Python 3 script versions into
the single python.vim script
2013-03-10 16:46:05 +01:00
Dmitry Vasiliev ee72907cf8 Updated email and URL for all scripts 2012-02-11 18:04:25 +04:00
Dmitry Vasiliev f2fd6dd30b Rename/move py_folding to python/folding-ideas 2012-02-11 17:28:58 +04:00
Dmitry Vasiliev c8113a7a4f Added TODO item 2010-12-19 13:16:00 +03:00
Dmitry Vasiliev f259b31b50 Fixes for str.format syntax highlighting 2010-11-14 12:15:05 +03:00
Dmitry Vasiliev 6f89b1c2de Done TODO item 2010-11-12 13:14:03 +03:00
Dmitry Vasiliev 9f7d4af442 Fixed highlighting for bytes and numbers 2010-11-11 16:11:21 +03:00
Dmitry Vasiliev 607f75e613 Forgot to add author of the patch 2010-11-09 20:01:35 +03:00
Dmitry Vasiliev d510d31b02 Fixed highlighting for raw bytes literals 2010-11-09 19:58:04 +03:00
Dmitry Vasiliev 825a9e65f2 Fixed option name 2010-04-09 22:22:46 +04:00
Dmitry Vasiliev d702136252 Added options python_highlight_builtin_objs and python_highlight_builtin_funcs 2010-04-09 22:18:47 +04:00
Dmitry Vasiliev 32c7868195 Added options python_highlight_builtin_objs and python_highlight_builtin_funcs 2010-04-09 22:14:20 +04:00
Dmitry Vasiliev 4fc6d28416 Fixed highlighting for decorators 2009-07-24 13:09:13 +04:00
Dmitry Vasiliev 4f9e8d7c0f Fixed compatibility with pyrex.vim 2009-05-03 19:22:39 +04:00
Dmitry Vasiliev aa9ec02c33 Added new TODO item 2009-02-12 09:16:17 +03:00
Dmitry Vasiliev c773423e1c Added new TODO item 2008-12-25 23:24:05 +03:00
Dmitry Vasiliev 7310daf443 New idea 2008-12-11 13:04:46 +03:00
Dmitry Vasiliev 1838753d2c Fixed number display 2008-12-07 18:56:30 +03:00
Dmitry Vasiliev 75cbf6b07f Fixed error display 2008-12-07 18:52:43 +03:00
Dmitry Vasiliev 64749a3a88 Added support for non-ASCII identifiers 2008-12-07 18:20:21 +03:00
Dmitry Vasiliev 69dcbc3482 Reorganized keywords 2008-12-07 14:57:38 +03:00
Dmitry Vasiliev 8423af1ae9 Removed StandardError 2008-12-06 14:27:52 +03:00
Dmitry Vasiliev 894f6d0fdd Added nonlocal keyword 2008-12-06 14:19:56 +03:00
Dmitry Vasiliev c55d8f9abf Updated version 2008-09-29 16:51:08 +04:00
Dmitry Vasiliev b521645066 Trailing 'L' removal was in wrong file 2008-09-29 16:48:52 +04:00
Dmitry Vasiliev 6e6cdfff68 Set release date 2008-09-22 23:11:38 +04:00
Dmitry Vasiliev 16a47ea6f0 Updated TODO items 2008-09-22 13:21:50 +04:00
Dmitry Vasiliev f7f1409e29 Removed trailing 'L' support for numbers 2008-09-22 13:11:05 +04:00
Dmitry Vasiliev a2208995a6 Added support for brace escaping in str.format 2008-09-22 13:01:18 +04:00
Dmitry Vasiliev 9c1c35f333 'print' now always the function 2008-09-22 12:39:12 +04:00
Dmitry Vasiliev 19dc22d6c5 Added new and removed old builtins 2008-09-22 12:37:59 +04:00
Dmitry Vasiliev 4954174d85 Added support for b'...' syntax 2008-09-22 12:18:14 +04:00
Dmitry Vasiliev 62f6125020 Updated reliase date 2008-09-21 22:17:56 +04:00
Dmitry Vasiliev 7620d39923 Updated CHANGES.txt 2008-09-21 21:07:20 +04:00
Dmitry Vasiliev 1b26c2a1ff Added headers 2008-09-21 21:03:41 +04:00