Skip to content

Commit 2bd426a

Browse files
committed
Highlight from __future__ imports.
1 parent 54bccc4 commit 2bd426a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: grammars/MagicPython.cson

+1-1
Original file line numberDiff line numberDiff line change
@@ -1810,7 +1810,7 @@ repository:
18101810
| metaclass | methods | module | mro | name
18111811
| qualname | self | signature | slots | subclasses
18121812
| version | weakref | wrapped | annotations | classcell
1813-
| spec | path | package
1813+
| spec | path | package | future
18141814
)__
18151815
)\\b
18161816

Diff for: grammars/MagicPython.tmLanguage

+1-1
Original file line numberDiff line numberDiff line change
@@ -2787,7 +2787,7 @@ indirectly through syntactic constructs
27872787
| metaclass | methods | module | mro | name
27882788
| qualname | self | signature | slots | subclasses
27892789
| version | weakref | wrapped | annotations | classcell
2790-
| spec | path | package
2790+
| spec | path | package | future
27912791
)__
27922792
)\b
27932793
</string>

Diff for: grammars/src/MagicPython.syntax.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1347,7 +1347,7 @@ repository:
13471347
| metaclass | methods | module | mro | name
13481348
| qualname | self | signature | slots | subclasses
13491349
| version | weakref | wrapped | annotations | classcell
1350-
| spec | path | package
1350+
| spec | path | package | future
13511351
)__
13521352
)\b
13531353
captures:

0 commit comments

Comments
 (0)