Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Dec 14, 2020

  1. Add walrus operator

    Closes #77
    Joakker authored and nfnty committed Dec 14, 2020

Commits on Dec 2, 2020

  1. Implement python class name highlighting

    Fixes #18
    Closes #30
    koka831 authored and nfnty committed Dec 2, 2020
  2. Highlight class variables inside f-strings

    Fixes #56
    nfnty committed Dec 2, 2020
  3. Add mcs to class variables

    Closes #74
    fishsouprecipe authored and nfnty committed Dec 2, 2020
  4. Merge branch 'fstring'

    nfnty committed Dec 2, 2020

Commits on May 27, 2020

Commits on Apr 19, 2020

  1. Minor ordering change for highlight_builtins

    Followup to f351c0d
    nfnty committed Apr 19, 2020

Commits on Apr 9, 2020

  1. Fix highlight_builtins when highlight_all isn't set

    Fixes #66
    Closes #67
    Sarunas Nejus authored and nfnty committed Apr 9, 2020

Commits on Feb 25, 2020

  1. Fix indentation

    nfnty committed Feb 25, 2020
  2. Implement function call highlighting

    Closes #63
    antoinemadec authored and nfnty committed Feb 25, 2020

Commits on Jan 9, 2019

  1. Fix PendingDeprecationWarning typo

    Fixes #44
    nfnty committed Jan 9, 2019
  2. Add builtin function breakpoint

    Fixes #46
    nfnty committed Jan 9, 2019
  3. Split builtin objects / types

    Closes #55
    cdonovick authored and nfnty committed Jan 9, 2019
  4. Add pythonNone to pythonExpression

    Closes #54
    cdonovick authored and nfnty committed Jan 9, 2019
  5. Remove highlight link from pythonDot to Normal

    Linking `pythonDot` to `Normal` breaks `CursorLine` highlighting.
    
    ```
    hi Normal guifg=#ffffff guibg=#000000
    hi CursorLine guibg=#111111
    ```
    
    Closes #48
    nfnty committed Jan 9, 2019

Commits on Aug 4, 2017

  1. Fix raw f-string interpolation

    Fixes #32
    nfnty committed Aug 4, 2017

Commits on Jul 28, 2017

Commits on May 21, 2017

  1. Fix exponent operator error highlighting

    Fixes #25
    nfnty committed May 21, 2017

Commits on Mar 18, 2017

  1. syntax: Implement raw format strings

    Fixes #21
    nfnty committed Mar 18, 2017

Commits on Mar 15, 2017

  1. Fix operator error highlighting for = prefix

    Fixes #20
    nfnty committed Mar 15, 2017

Commits on Feb 24, 2017

  1. Fix operators <<= and >>=

    nfnty committed Feb 24, 2017
Older