Commit graph

11 commits

Author SHA1 Message Date
Alex Dima
2249f929c6
Move into monaco-languages folder 2021-11-05 11:54:57 +01:00
Alex Dima
d7cc098c48
Use the global monaco only in the AMD case (see microsoft/monaco-editor#1974) 2020-09-08 13:40:42 +02:00
Alex Dima
1af07d9cdb
Remove use strict 2020-09-08 12:18:27 +02:00
Alex Dima
3efc637414
Add prettier 2020-09-02 17:44:31 +02:00
Michael Bolin
99f2e84186 Update Python grammar to include keywords introduced in Python 3
This supports https://github.com/microsoft/monaco-editor/issues/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.
2020-04-21 14:29:09 -07:00
nrayburn
9deb43ba53 Add _ as a supported item for tags and keywords 2020-02-11 21:45:44 -06:00
Alex Dima
9961f06110 Fixes Microsoft/monaco-editor#1170 2018-11-12 13:52:04 +01:00
Alex Dima
20a36a1d87 Fixes Microsoft/monaco-editor#1148 2018-11-12 10:36:49 +01:00
masad-frost
5c8480449b Add auto-indentation for python 2018-05-16 20:56:51 -07:00
Alex Dima
21ac5f13ec Add folding rules 2018-03-14 11:52:52 +01:00
Alex Dima
93c48edccc Reorganize project 2018-03-13 16:58:42 +01:00
Renamed from src/python.ts (Browse further)