Lowe Thiderman
07a9253943
Merge 5297e8f24a97d4d42597f2c218894619eea0b2d3 into 69760cb3accce488cc072772ca918ac2cbf384ba
пре 8 година
Dmitry Vasiliev
69760cb3ac
Update version and last change date
пре 9 година
Dmitry Vasiliev
d02a048f73
Merge branch 'dummy_python_include_group'
пре 9 година
Dmitry Vasiliev
ad932f5242
Update CHANGES/README
пре 9 година
Dmitry Vasiliev
652e3687eb
Merge branch 'python-include-for-pyrex-vim'
пре 9 година
Dmitry Vasiliev
299d33b745
Merge branch 'async_def_fix'
пре 9 година
Dmitry Vasiliev
2ed516d569
Update CHANGES/README
пре 9 година
Joongi Kim
e4d992dc44
Correct highlighting async function names in Python 3.5
пре 9 година
Antony Lee
67b6d85258
Dummy pythonInclude group to keep pyrex.vim happy.
(I don't know how to create an empty group so I just put back "import" into
it.)
пре 9 година
Dmitry Vasiliev
10d2c07687
Update CHANGES.txt
пре 9 година
Dmitry Vasiliev
d948f835b4
Update TODO item
пре 9 година
Ihor Gorobets
4d925a99dd
Python 3.5 new syntax sugar
https://www.python.org/dev/peps/pep-0492/
пре 9 година
Dmitry Vasiliev
44f1855902
Update python.vim header
пре 9 година
Dmitry Vasiliev
716ded1d56
Add GitHub links for most of the contributors
пре 10 година
Dmitry Vasiliev
878e75cf90
Highlight non-ASCII decorators only for Python 3
пре 10 година
Dmitry Vasiliev
9209dd0c02
Merge https://github.com/mcsalgado/python-syntax
пре 10 година
Dmitry Vasiliev
ea215a9085
Add the MIT license
пре 10 година
Victor Salgado
9dc6765ad1
Fix decorators to allow the same kind of characters that functions do
пре 10 година
Lowe Thiderman
5297e8f24a
Fix error where STATIC_VARIABLES where highlighted
пре 10 година
Lowe Thiderman
3ca684c75d
Add highlight of classes
This gives a highlight to variables that are UpperCamelCase, e.g. Python
classes.
пре 10 година
Dmitry Vasiliev
453269d0f8
Highlight 'yield from' statement
The 'yield from' statement was introduced in Python 3.3. Reported by
Elizabeth Myers.
пре 11 година
Dmitry Vasiliev
efe8499cfb
Add TODO item
пре 11 година
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.
пре 11 година
Dmitry Vasiliev
21a2e84df6
Update CHANGES.txt
пре 11 година
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.
пре 11 година
Dmitry Vasiliev
6f6f10ff54
Clean up boolean highlighting
пре 11 година
Yuri Habrusiev
a0d21acc1c
add pythonBoolean syntax
пре 11 година
Dmitry Vasiliev
ebbdd093b7
Revision 3.3.3
пре 11 година
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.
пре 11 година
Dmitry Vasiliev
e344f212b6
Fix behaviour of b:python_version_2 variable
пре 11 година
Dmitry Vasiliev
91eaa32bea
Update CHANGES.txt
пре 11 година
Dmitry Vasiliev
2860070a9d
Update script version
пре 11 година
Dmitry Vasiliev
40456e7708
Add README file
пре 11 година
Dmitry Vasiliev
16f0987559
Move python.vim into syntax directory
пре 11 година
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
пре 11 година
Dmitry Vasiliev
ee72907cf8
Updated email and URL for all scripts
пре 12 година
Dmitry Vasiliev
f2fd6dd30b
Rename/move py_folding to python/folding-ideas
пре 12 година
Dmitry Vasiliev
c8113a7a4f
Added TODO item
пре 14 година
Dmitry Vasiliev
f259b31b50
Fixes for str.format syntax highlighting
пре 14 година
Dmitry Vasiliev
6f89b1c2de
Done TODO item
пре 14 година
Dmitry Vasiliev
9f7d4af442
Fixed highlighting for bytes and numbers
пре 14 година
Dmitry Vasiliev
607f75e613
Forgot to add author of the patch
пре 14 година
Dmitry Vasiliev
d510d31b02
Fixed highlighting for raw bytes literals
пре 14 година
Dmitry Vasiliev
825a9e65f2
Fixed option name
пре 14 година
Dmitry Vasiliev
d702136252
Added options python_highlight_builtin_objs and python_highlight_builtin_funcs
пре 14 година
Dmitry Vasiliev
32c7868195
Added options python_highlight_builtin_objs and python_highlight_builtin_funcs
пре 14 година
Dmitry Vasiliev
4fc6d28416
Fixed highlighting for decorators
пре 15 година
Dmitry Vasiliev
4f9e8d7c0f
Fixed compatibility with pyrex.vim
пре 15 година
Dmitry Vasiliev
aa9ec02c33
Added new TODO item
пре 15 година
Dmitry Vasiliev
c773423e1c
Added new TODO item
пре 16 година