-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathPython.yaml
More file actions
57 lines (57 loc) · 804 Bytes
/
Python.yaml
File metadata and controls
57 lines (57 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
identifier: Python
wikidata: Q28865
versions: 2.7, 3.3, 3.4, 3.5, 3.6
grammar_file: https://github.com/antlr/grammars-v4/tree/master/python3/
Python3.g4
aliases:
- py
extensions:
- py
line_continuation:
- backslash
delimiters:
- hash
- single_quote_slash_escape
- double_quote_slash_escape
- triple_single_quote
- triple_double_quote
- round_braces
- square_braces
- curly_braces
- colon_indent
keywords:
- and
- as
- assert
- break
- class
- continue
- def
- del
- elif
- else
- except
- finally
- for
- from
- global
- if
- import
- in
- is
- lambda
- nonlocal
- not
- or
- pass
- raise
- return
- try
- while
- with
- yield
datatypes:
- bool_title_case
- int_python
- float_python
- none_python