Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Update Python grammar to include keywords introduced in Python 3 #91

Merged
merged 1 commit into from Aug 26, 2020

Commits on Apr 21, 2020

  1. Update Python grammar to include keywords introduced in Python 3

    This supports microsoft/monaco-editor#1762.
    
    Note the new Python 3 keywords are:
    
    * `async`
    * `await`
    * `nonlocal`
    
    I also reorganized the list a bit because it seems like it contains
    a mixture of keywords and builtins (and `self`, which is neither...),
    so it is helpful to be specific to illustrate how to properly maintain
    the list.
    bolinfest committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    99f2e84 View commit details
    Browse the repository at this point in the history