nfnty
|
013c9ff33f
|
syntax: Fix function args
|
2017-02-23 08:21:16 +01:00 |
|
nfnty
|
32de302135
|
docs: Remove duplicate option variable
|
2017-02-23 07:50:53 +01:00 |
|
monkoose
|
5ffc69c38f
|
Add option variable for class variables
|
2017-02-23 07:50:31 +01:00 |
|
nfnty
|
4eee0bdaa1
|
syntax: Remove duplicate yield
Fixes #6
|
2017-02-21 23:24:01 +01:00 |
|
nfnty
|
d7c1b4a9cd
|
syntax: Skip escaped triple quotes
|
2017-02-21 17:36:34 +01:00 |
|
nfnty
|
f5b242e57b
|
syntax: Combine regexes
Improves performance
|
2017-02-21 17:24:11 +01:00 |
|
nfnty
|
750e4f1d67
|
syntax: Remove duplicate line, Minor reorder
|
2017-02-21 16:50:45 +01:00 |
|
nfnty
|
8f6af03977
|
syntax: Remove unneeded capture groups, Always use non-capture
|
2017-02-21 16:46:11 +01:00 |
|
nfnty
|
51f3be4ec0
|
syntax: (\.)@<! -> \.@<!
|
2017-02-21 16:36:47 +01:00 |
|
nfnty
|
826ece295d
|
tests: Fix builtin functions, Separate builtin functions and types
Fixes #5
|
2017-02-19 14:27:32 +01:00 |
|
nfnty
|
15c69d6c70
|
tests: Remove from from keywords
Fixes #5
|
2017-02-19 14:17:38 +01:00 |
|
nfnty
|
82e689a252
|
docs: Use a line length of max 78 characters
|
2017-02-19 13:51:06 +01:00 |
|
nfnty
|
82836bb811
|
Move comment to right position
|
2017-02-19 13:40:57 +01:00 |
|
nfnty
|
08324146d4
|
pythonClassVaraible -> pythonClassVariable
Fixes #4
|
2017-02-19 12:37:14 +01:00 |
|
nfnty
|
b557c46078
|
docs: Update Features list formatting
|
2017-02-17 15:40:09 +01:00 |
|
nfnty
|
643005bd23
|
docs: Add Python 3.6 to features
|
2017-02-17 15:21:07 +01:00 |
|
lilydjwg
|
13616ab8a9
|
AUTHORS: Update
|
2017-02-17 10:38:14 +01:00 |
|
lilydjwg
|
47e958df05
|
align strings, remove tabs
|
2017-02-17 16:41:58 +08:00 |
|
lilydjwg
|
06788bf72e
|
update test.py
|
2017-02-17 16:14:49 +08:00 |
|
lilydjwg
|
f8d6b63f95
|
support underscores in numbers
mostly taken from https://github.com/hdima/python-syntax/pull/60
|
2017-02-17 16:14:49 +08:00 |
|
lilydjwg
|
f6aa2f6cae
|
better f-strings highlighting
Taken from https://github.com/hdima/python-syntax/pull/60
|
2017-02-17 16:14:49 +08:00 |
|
lilydjwg
|
8cc1bbb295
|
narrow decorator match to exclude matrix multiplication
from hdima/python-syntax#47
|
2017-02-17 16:14:49 +08:00 |
|
nfnty
|
91430a49b6
|
README: Convert to markdown
|
2017-02-17 07:28:55 +01:00 |
|
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 |
|