Commit Graph

  • 2cc00ba729 Add walrus operator master Joakker 2020-12-13 23:07:57 -03:00
  • 83d4c63f77 Implement python class name highlighting koka 2017-07-08 22:52:22 +09:00
  • 0ad21fd728 Highlight class variables inside f-strings nfnty 2020-12-02 19:57:28 +00:00
  • 2ccfb142e7 Add mcs to class variables fishsouprecipe 2020-09-25 09:24:21 +03:00
  • c661c01918 Merge branch 'fstring' nfnty 2020-12-02 18:13:38 +00:00
  • 082a78ac7d Fix f-string boundaries and add more tests nfnty 2020-12-02 18:12:54 +00:00
  • e82ed75da5 Enable syntax highlighting in f-strings #71 Caleb Donovick 2018-12-18 17:35:56 -08:00
  • c1c5bafb6d Minor ordering change for highlight_builtins nfnty 2020-04-19 20:33:56 +01:00
  • f351c0d2b1 Fix highlight_builtins when highlight_all isn't set Sarunas Nejus 2020-04-07 21:35:09 +01:00
  • 6ce77d0013 Preserve backwards compatibility for pythonFunction nfnty 2020-02-26 20:25:36 +00:00
  • f73fbf0ba6 Fix PendingDeprecationWarning typo in tests nfnty 2020-02-26 11:16:24 +00:00
  • ee2a336f9e Fix function call highlighting priority nfnty 2020-02-26 11:06:11 +00:00
  • 6890a367fb Fix indentation nfnty 2020-02-25 11:07:09 +00:00
  • 53ea235863 Implement function call highlighting antoinemadec 2020-02-19 16:17:14 -08:00
  • 1df5e5aaf8 Fix parsing floats with no number trailing the . nfnty 2019-01-09 16:17:04 +00:00
  • 41ad5136c4 Fix PendingDeprecationWarning typo nfnty 2019-01-09 16:13:17 +00:00
  • 8d3c0af775 Add builtin function breakpoint nfnty 2019-01-09 15:59:09 +00:00
  • 0a925278f7 Split builtin objects / types Caleb Donovick 2018-12-18 15:29:50 -08:00
  • 7ecb80f0fc Add pythonNone to pythonExpression Caleb Donovick 2018-12-18 15:37:19 -08:00
  • e5c90c6b10 Remove highlight link from pythonDot to Normal nfnty 2019-01-09 15:15:36 +00:00
  • 58d6e019d3 Fix raw f-string interpolation nfnty 2017-08-04 13:51:08 +02:00
  • 35841908e4 move {{ and }} matching so that it gets highlighted correctly #31 lilydjwg 2017-07-27 16:28:05 +08:00
  • 3a6000e560 Fix exponent operator error highlighting nfnty 2017-05-21 12:08:12 +02:00
  • ea34354750 syntax: Implement raw format strings nfnty 2017-03-18 15:59:23 +01:00
  • 26f711e9cd syntax: Fix pythonRawBytes prefix nfnty 2017-03-18 15:45:04 +01:00
  • d1b4de242b Fix operator error highlighting for = prefix nfnty 2017-03-15 13:25:42 +01:00
  • aacf27d1a3 Implement option to disable highlighting builtin functions as kwarg nfnty 2017-03-05 10:41:45 +01:00
  • 453162092e syntax: Fix string formatting highlight for byte strings Antony Lee 2017-03-04 08:57:14 -08:00
  • e036a4c41a Be explicit about builtin functions nfnty 2017-03-04 22:45:25 +01:00
  • 95fcb49f5b syntax: cmp is not a builtin function in Python 3 #15 Antony Lee 2017-03-04 08:14:05 -08:00
  • 0959f6d130 Do not error highlight PEP 3017 operator nfnty 2017-02-27 00:07:03 +01:00
  • c85d026015 Update statements and functions nfnty 2017-02-26 23:35:41 +01:00
  • 26f2a6beb8 syntax: Remove pythonIdentifier nfnty 2017-02-26 09:53:33 +01:00
  • 941b582782 syntax: Fix unicode function names #10 monkoose 2017-02-26 00:21:07 +02:00
  • 39ba0d8a04 Fix operators <<= and >>= nfnty 2017-02-24 22:55:41 +01:00
  • b56fc25c55 docs: Update Features nfnty 2017-02-24 16:02:37 +01:00
  • f7105bd860 Impplement operator highlighting nfnty 2017-02-24 13:55:46 +01:00
  • 51ea0dab84 syntax: Remove pythonFunctionArgs as it's poorly implemented nfnty 2017-02-24 12:50:51 +01:00
  • c8300301fb Highlight builtin functions without braces nfnty 2017-02-24 10:47:27 +01:00
  • 013c9ff33f syntax: Fix function args nfnty 2017-02-23 08:21:16 +01:00
  • 32de302135 docs: Remove duplicate option variable nfnty 2017-02-23 07:47:56 +01:00
  • 5ffc69c38f Add option variable for class variables #8 monkoose 2017-02-22 12:40:59 +02:00
  • 4eee0bdaa1 syntax: Remove duplicate yield nfnty 2017-02-21 23:24:01 +01:00
  • d7c1b4a9cd syntax: Skip escaped triple quotes nfnty 2017-02-21 17:31:37 +01:00
  • f5b242e57b syntax: Combine regexes nfnty 2017-02-21 17:24:11 +01:00
  • 750e4f1d67 syntax: Remove duplicate line, Minor reorder nfnty 2017-02-21 16:50:45 +01:00
  • 8f6af03977 syntax: Remove unneeded capture groups, Always use non-capture nfnty 2017-02-21 16:46:11 +01:00
  • 51f3be4ec0 syntax: (\.)@<! -> \.@<! nfnty 2017-02-21 16:36:47 +01:00
  • 826ece295d tests: Fix builtin functions, Separate builtin functions and types nfnty 2017-02-19 14:27:32 +01:00
  • 15c69d6c70 tests: Remove from from keywords nfnty 2017-02-19 14:17:38 +01:00
  • 82e689a252 docs: Use a line length of max 78 characters nfnty 2017-02-19 13:49:51 +01:00
  • 82836bb811 Move comment to right position nfnty 2017-02-19 13:40:57 +01:00
  • 08324146d4 pythonClassVaraible -> pythonClassVariable nfnty 2017-02-19 12:36:50 +01:00
  • b557c46078 docs: Update Features list formatting nfnty 2017-02-17 15:40:09 +01:00
  • 643005bd23 docs: Add Python 3.6 to features nfnty 2017-02-17 15:21:07 +01:00
  • 13616ab8a9 AUTHORS: Update #3 lilydjwg 2017-02-17 16:43:00 +08:00
  • 47e958df05 align strings, remove tabs lilydjwg 2017-02-17 16:41:58 +08:00
  • 06788bf72e update test.py lilydjwg 2017-02-17 16:13:36 +08:00
  • f8d6b63f95 support underscores in numbers lilydjwg 2017-02-17 16:07:25 +08:00
  • f6aa2f6cae better f-strings highlighting lilydjwg 2017-02-17 15:51:53 +08:00
  • 8cc1bbb295 narrow decorator match to exclude matrix multiplication lilydjwg 2017-02-17 15:42:43 +08:00
  • 91430a49b6 README: Convert to markdown nfnty 2017-02-17 06:52:34 +01:00
  • aaa002e48d docs: Fix lists for real nfnty 2017-02-17 00:26:56 +01:00
  • a8e5577c58 docs: Fix list items nfnty 2017-02-17 00:21:57 +01:00
  • 3c615fb1c7 syntax: FunctionParameters: Don't include the parentheses in the match nfnty 2017-02-16 23:00:13 +01:00
  • b9b0a787cf Remove docs from syntax file nfnty 2017-02-16 22:15:09 +01:00
  • 49dd46fc99 Remove TODO and CHANGES nfnty 2017-02-16 22:11:43 +01:00
  • 187f89d1fd README: Minor cleanup nfnty 2017-02-16 22:07:40 +01:00
  • 6d231116fa Minor documentation update nfnty 2017-02-16 22:06:25 +01:00
  • 621b04a937 doc: Add introduction nfnty 2017-02-16 21:01:13 +01:00
  • 624b675621 Update documentation nfnty 2017-02-16 20:37:38 +01:00
  • 80da95bd41 Move doc nfnty 2017-02-16 20:16:23 +01:00
  • 96e84a46b0 AUTHORS: Remove non-author nfnty 2017-02-16 19:17:41 +01:00
  • b3c219a6e2 Add AUTHORS file nfnty 2017-02-16 18:48:56 +01:00
  • dec4b0814e linting with vint nfnty 2017-02-16 18:39:19 +01:00
  • 94baf90c53 Move tests into tests directory nfnty 2017-02-16 18:18:59 +01:00
  • 20f4848c5d Remove folding-ideas and add link to SimpylFold nfnty 2017-02-16 18:18:32 +01:00
  • bb5058fd7f Update links nfnty 2017-02-16 18:14:13 +01:00
  • b4466414b5 None is highlighted as constant value (which it is in python3) Michael Doronin 2017-01-26 15:41:11 +03:00
  • 0b6be3fbc8 python 3.6 formatted string literals support Michael Doronin 2017-01-09 13:03:47 +03:00
  • 023fbd2a4a keyword arguments names highlighted in exception constuctor calls Michael Doronin 2016-12-27 09:55:01 +03:00
  • 3685b31169 Exceptions highlighted only if no dot is before them Michael Doronin 2016-12-26 22:50:05 +03:00
  • 41efca646e simplified rules for yield, yield from, from * import Michael Doronin 2016-12-08 12:55:36 +03:00
  • 8db44e7a57 now from from import in highlighted as import and as keyword in raise from Michael Doronin 2016-12-07 22:19:28 +03:00
  • 752a19fa97 keyword arguments in decorators Michael Doronin 2016-11-24 12:47:29 +03:00
  • b8f13b83fe added keyword arguments highlight to builtin functions Michael Doronin 2016-11-23 17:05:44 +03:00
  • 0a240893e8 from highlighted in imports but not in yield from (not sure how this works) Michael Doronin 2016-11-23 12:58:23 +03:00
  • f3bd1e155f Merge branch 'master' of https://github.com/purpleP/python-syntax Michael Doronin 2016-11-23 12:26:29 +03:00
  • 3422bbab29 addition Michael Doronin 2016-11-23 12:22:29 +03:00
  • 7d63a53598 highlight yield from as a keyword and await only if it is a keyword Michael Doronin 2016-11-23 12:21:03 +03:00
  • 3ef357e3ba keyword arguments highlighted inside of builtin object constructors Michael Doronin 2016-11-21 16:04:13 +03:00
  • bbed018050 keyword arguments and optional parameters are only highlighted inside actual function calls and function defenitions Michael Doronin 2016-11-19 13:00:07 +03:00
  • bd24b62a3f from is keyword and can't be used otherwised Michael Doronin 2016-11-10 10:37:06 +03:00
  • 10c3c0ece8 from keyword highlighted only if it is at start of line Michael Doronin 2016-10-27 18:56:27 +03:00
  • b8ee3f0444 class variable hightlight Michael Doronin 2016-08-15 11:07:34 +03:00
  • 8d58bf46f6 moved bytes, bytearray to bultinobj group Michael Doronin 2016-08-12 16:30:27 +03:00
  • 4523a6d86d faster syntax highlight (or not, can not test it) Michael Doronin 2016-07-29 09:35:20 +03:00
  • a35dce769d floats and onther numbers have been added to a list of groups that could be inside function parameters Michael Doronin 2016-07-20 17:55:19 +03:00
  • ebcb1ba1e7 object is highlighlted as a type not as a function Michael Doronin 2016-07-05 13:30:04 +03:00
  • 4370e8853e merge Michael Doronin 2016-07-04 19:51:10 +03:00