Commit Graph

23 Commits

Author SHA1 Message Date
nfnty
082a78ac7d Fix f-string boundaries and add more tests 2020-12-02 18:12:54 +00:00
nfnty
f73fbf0ba6 Fix PendingDeprecationWarning typo in tests 2020-02-26 11:16:24 +00:00
antoinemadec
53ea235863 Implement function call highlighting
Closes #63
2020-02-25 11:12:15 +00:00
nfnty
1df5e5aaf8 Fix parsing floats with no number trailing the .
Fixes #41
2019-01-09 16:17:04 +00:00
nfnty
8d3c0af775 Add builtin function breakpoint
Fixes #46
2019-01-09 15:59:09 +00:00
Caleb Donovick
0a925278f7 Split builtin objects / types
Closes #55
2019-01-09 15:54:28 +00:00
Caleb Donovick
7ecb80f0fc Add pythonNone to pythonExpression
Closes #54
2019-01-09 15:22:13 +00:00
nfnty
58d6e019d3 Fix raw f-string interpolation
Fixes #32
2017-08-04 13:51:08 +02:00
lilydjwg
35841908e4 move {{ and }} matching so that it gets highlighted correctly 2017-07-28 19:14:08 +02:00
nfnty
3a6000e560 Fix exponent operator error highlighting
Fixes #25
2017-05-21 12:08:19 +02:00
nfnty
d1b4de242b Fix operator error highlighting for = prefix
Fixes #20
2017-03-15 13:25:42 +01:00
nfnty
e036a4c41a Be explicit about builtin functions 2017-03-04 22:55:21 +01:00
nfnty
0959f6d130 Do not error highlight PEP 3017 operator
Fixes #11
2017-02-27 00:11:03 +01:00
nfnty
c85d026015 Update statements and functions 2017-02-26 23:35:41 +01:00
nfnty
39ba0d8a04 Fix operators <<= and >>= 2017-02-24 22:55:41 +01:00
nfnty
f7105bd860 Impplement operator highlighting
Fixes #7
Closes #9
2017-02-24 13:55:46 +01:00
nfnty
c8300301fb Highlight builtin functions without braces 2017-02-24 10:53:02 +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
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
lilydjwg
06788bf72e update test.py 2017-02-17 16:14:49 +08:00
nfnty
94baf90c53 Move tests into tests directory 2017-02-16 18:20:11 +01:00