|
32 | 32 | <string>PythonImproved</string> |
33 | 33 | <key>patterns</key> |
34 | 34 | <array> |
| 35 | + <dict> |
| 36 | + <key>match</key> |
| 37 | + <string>(\.{3})</string> |
| 38 | + <key>name</key> |
| 39 | + <string>support.type.ellipsis.python</string> |
| 40 | + </dict> |
35 | 41 | <dict> |
36 | 42 | <key>captures</key> |
37 | 43 | <dict> |
|
809 | 815 | </dict> |
810 | 816 | <dict> |
811 | 817 | <key>include</key> |
812 | | - <string>#builtin_functions_name</string> |
| 818 | + <string>#builtin_types</string> |
813 | 819 | </dict> |
814 | 820 | <dict> |
815 | 821 | <key>include</key> |
816 | | - <string>#builtin_functions_call</string> |
| 822 | + <string>#builtin_functions_name</string> |
817 | 823 | </dict> |
818 | 824 | <dict> |
819 | 825 | <key>include</key> |
820 | | - <string>#builtin_types</string> |
| 826 | + <string>#builtin_functions_call</string> |
821 | 827 | </dict> |
822 | 828 | <dict> |
823 | 829 | <key>include</key> |
|
1454 | 1460 | <key>1</key> |
1455 | 1461 | <dict> |
1456 | 1462 | <key>name</key> |
1457 | | - <string>support.function.builtin.python</string> |
| 1463 | + <string>support.function.builtin.call.python</string> |
1458 | 1464 | </dict> |
1459 | 1465 | <key>2</key> |
1460 | 1466 | <dict> |
|
1541 | 1547 | globals | hasattr | hash | help | hex | id | input | int | |
1542 | 1548 | isinstance | issubclass | iter | len | list | locals | long | map | |
1543 | 1549 | max | memoryview | min | next | object | oct | open | ord | pow | |
1544 | | - print | property | range | raw_input | reduce | reload | repr | |
| 1550 | + property | range | raw_input | reduce | reload | repr | |
1545 | 1551 | reversed | round | set | setattr | slice | sorted | staticmethod | |
1546 | 1552 | str | sum | super | tuple | type | unichr | unicode | vars | |
1547 | 1553 | xrange | zip) |
1548 | | - \b</string> |
| 1554 | + \b\s*(?!(\())</string> |
1549 | 1555 | <key>name</key> |
1550 | | - <string>support.function.builtin.python</string> |
| 1556 | + <string>support.function.builtin.name.python</string> |
1551 | 1557 | </dict> |
1552 | 1558 | <key>builtin_types</key> |
1553 | 1559 | <dict> |
|
1557 | 1563 | <string>(?x) |
1558 | 1564 | (?<!\.) |
1559 | 1565 | \b( |
1560 | | - \.{3} | bool | buffer | bytearray | bytes | complex | dict | float | |
| 1566 | + bool | buffer | bytearray | bytes | complex | dict | float | |
1561 | 1567 | frozenset | int | list | long | memoryview | object | property | |
1562 | 1568 | range | set | slice | str | tuple | type | unicode | xrange) |
1563 | | - \b</string> |
| 1569 | + \b\s*(?!(\())</string> |
1564 | 1570 | <key>name</key> |
1565 | 1571 | <string>support.type.python</string> |
1566 | 1572 | </dict> |
|
1777 | 1783 | <array> |
1778 | 1784 | <dict> |
1779 | 1785 | <key>include</key> |
1780 | | - <string>#builtin_functions_name</string> |
| 1786 | + <string>#builtin_types</string> |
1781 | 1787 | </dict> |
1782 | 1788 | <dict> |
1783 | 1789 | <key>include</key> |
1784 | | - <string>#builtin_functions_call</string> |
| 1790 | + <string>#builtin_functions_name</string> |
1785 | 1791 | </dict> |
1786 | 1792 | <dict> |
1787 | 1793 | <key>include</key> |
1788 | | - <string>#builtin_types</string> |
| 1794 | + <string>#builtin_functions_call</string> |
1789 | 1795 | </dict> |
1790 | 1796 | <dict> |
1791 | 1797 | <key>include</key> |
|
2111 | 2117 | <key>2</key> |
2112 | 2118 | <dict> |
2113 | 2119 | <key>name</key> |
2114 | | - <string>support.function.magic.python</string> |
| 2120 | + <string>support.function.magic.call.python</string> |
2115 | 2121 | </dict> |
2116 | 2122 | <key>4</key> |
2117 | 2123 | <dict> |
|
2192 | 2198 | <key>2</key> |
2193 | 2199 | <dict> |
2194 | 2200 | <key>name</key> |
2195 | | - <string>support.function.magic.python</string> |
| 2201 | + <string>support.function.magic.name.python</string> |
2196 | 2202 | </dict> |
2197 | 2203 | </dict> |
2198 | 2204 | <key>comment</key> |
|
2219 | 2225 | setstate | sizeof | str | sub | subclasscheck | truediv | trunc | |
2220 | 2226 | unicode | xor) |
2221 | 2227 | __) |
2222 | | -\b</string> |
| 2228 | +\b\s*(?!(\())</string> |
2223 | 2229 | </dict> |
2224 | 2230 | <key>magic_variable_names</key> |
2225 | 2231 | <dict> |
|
0 commit comments