nfnty
|
aaa002e48d
|
docs: Fix lists for real
|
2017-02-17 00:26:56 +01:00 |
|
nfnty
|
a8e5577c58
|
docs: Fix list items
|
2017-02-17 00:21:57 +01:00 |
|
nfnty
|
3c615fb1c7
|
syntax: FunctionParameters: Don't include the parentheses in the match
Fixes problem with Rainbow parentheses
|
2017-02-16 23:00:13 +01:00 |
|
nfnty
|
b9b0a787cf
|
Remove docs from syntax file
|
2017-02-16 22:15:09 +01:00 |
|
nfnty
|
49dd46fc99
|
Remove TODO and CHANGES
|
2017-02-16 22:11:43 +01:00 |
|
nfnty
|
187f89d1fd
|
README: Minor cleanup
|
2017-02-16 22:07:40 +01:00 |
|
nfnty
|
6d231116fa
|
Minor documentation update
|
2017-02-16 22:06:25 +01:00 |
|
nfnty
|
621b04a937
|
doc: Add introduction
|
2017-02-16 21:02:22 +01:00 |
|
nfnty
|
624b675621
|
Update documentation
|
2017-02-16 20:45:32 +01:00 |
|
nfnty
|
80da95bd41
|
Move doc
|
2017-02-16 20:16:23 +01:00 |
|
nfnty
|
96e84a46b0
|
AUTHORS: Remove non-author
|
2017-02-16 19:17:41 +01:00 |
|
nfnty
|
b3c219a6e2
|
Add AUTHORS file
|
2017-02-16 18:48:56 +01:00 |
|
nfnty
|
dec4b0814e
|
linting with vint
|
2017-02-16 18:39:19 +01:00 |
|
nfnty
|
94baf90c53
|
Move tests into tests directory
|
2017-02-16 18:20:11 +01:00 |
|
nfnty
|
20f4848c5d
|
Remove folding-ideas and add link to SimpylFold
|
2017-02-16 18:20:11 +01:00 |
|
nfnty
|
bb5058fd7f
|
Update links
|
2017-02-16 18:14:13 +01:00 |
|
Michael Doronin
|
b4466414b5
|
None is highlighted as constant value (which it is in python3)
|
2017-01-26 15:41:11 +03:00 |
|
Michael Doronin
|
0b6be3fbc8
|
python 3.6 formatted string literals support
|
2017-01-09 13:03:47 +03:00 |
|
Michael Doronin
|
023fbd2a4a
|
keyword arguments names highlighted in exception constuctor calls
|
2016-12-27 09:55:01 +03:00 |
|
Michael Doronin
|
3685b31169
|
Exceptions highlighted only if no dot is before them
|
2016-12-26 22:50:05 +03:00 |
|
Michael Doronin
|
41efca646e
|
simplified rules for yield, yield from, from * import
|
2016-12-08 12:55:36 +03:00 |
|
Michael Doronin
|
8db44e7a57
|
now from from import in highlighted as import and as keyword in `raise
from`
|
2016-12-07 22:19:28 +03:00 |
|
Michael Doronin
|
752a19fa97
|
keyword arguments in decorators
|
2016-11-24 12:47:29 +03:00 |
|
Michael Doronin
|
b8f13b83fe
|
added keyword arguments highlight to builtin functions
|
2016-11-23 17:05:44 +03:00 |
|
Michael Doronin
|
0a240893e8
|
from highlighted in imports but not in yield from (not sure how this
works)
|
2016-11-23 12:58:23 +03:00 |
|
Michael Doronin
|
f3bd1e155f
|
Merge branch 'master' of https://github.com/purpleP/python-syntax
|
2016-11-23 12:26:29 +03:00 |
|
Michael Doronin
|
3422bbab29
|
addition
|
2016-11-23 12:22:29 +03:00 |
|
Michael Doronin
|
7d63a53598
|
highlight yield from as a keyword and await only if it is a keyword
|
2016-11-23 12:21:03 +03:00 |
|
Michael Doronin
|
3ef357e3ba
|
keyword arguments highlighted inside of builtin object constructors
|
2016-11-21 16:04:13 +03:00 |
|
Michael Doronin
|
bbed018050
|
keyword arguments and optional parameters are only highlighted inside
actual function calls and function defenitions
|
2016-11-19 13:00:07 +03:00 |
|
Michael Doronin
|
bd24b62a3f
|
from is keyword and can't be used otherwised
|
2016-11-10 10:37:06 +03:00 |
|
Michael Doronin
|
10c3c0ece8
|
from keyword highlighted only if it is at start of line
|
2016-10-27 18:56:27 +03:00 |
|
Michael Doronin
|
b8ee3f0444
|
class variable hightlight
|
2016-08-15 11:07:34 +03:00 |
|
Michael Doronin
|
8d58bf46f6
|
moved bytes, bytearray to bultinobj group
|
2016-08-12 16:30:27 +03:00 |
|
Michael Doronin
|
4523a6d86d
|
faster syntax highlight (or not, can not test it)
|
2016-07-29 09:35:20 +03:00 |
|
Michael Doronin
|
a35dce769d
|
floats and onther numbers have been added to a list of groups that could be inside function parameters
|
2016-07-20 17:55:19 +03:00 |
|
Michael Doronin
|
ebcb1ba1e7
|
object is highlighlted as a type not as a function
|
2016-07-05 13:30:04 +03:00 |
|
Michael Doronin
|
4370e8853e
|
merge
|
2016-07-04 19:51:10 +03:00 |
|
Michael Doronin
|
27c4de218b
|
comment have been added to the function parameters group
|
2016-07-04 18:11:39 +03:00 |
|
Michael Doronin
|
4338cd85f5
|
conditional and operator group is added to groups contained in
FunctionParameters
|
2016-06-29 15:09:17 +03:00 |
|
Michael Doronin
|
cf46b81e13
|
pythonRepeat can be highlighted inside FunctionParameters group
|
2016-06-29 11:51:28 +03:00 |
|
Michael Doronin
|
d02b79a8cd
|
small bugfix with group that contains zip
|
2016-06-28 21:22:41 +03:00 |
|
Michael Doronin
|
d61f30a605
|
pythonRepeat have been added to groups contained in FunctionParameters
|
2016-06-28 21:03:09 +03:00 |
|
Michael Doronin
|
d404efb776
|
builtin functions highlighted only if followed by opening brace
|
2016-06-28 09:35:23 +03:00 |
|
Michael Doronin
|
ac37a4f3b6
|
function arguments can contain pythonStatement now
|
2016-06-28 09:23:58 +03:00 |
|
Michael Doronin
|
dbdc8eb2f6
|
Merge branch 'master' of https://github.com/purpleP/python-syntax
|
2016-06-28 09:18:37 +03:00 |
|
Michael Doronin
|
a5df8e35d9
|
import related module attributes added to builtin objects highlighting
group
|
2016-06-27 23:46:15 +03:00 |
|
Michael Doronin
|
cafb876038
|
builtin functions highlighted only when used for calls
|
2016-06-27 17:31:30 +03:00 |
|
Michael Doronin
|
7520bfc22d
|
removed ,
|
2016-06-27 16:44:40 +03:00 |
|
Michael Doronin
|
7eaa930b43
|
Forgot to add Boolean to the list on groups that FunctionParameters can
contain
|
2016-06-27 16:43:24 +03:00 |
|