Skip to content

Commit 729361b

Browse files
author
MattDMo
committed
Fix ellipsis
1 parent 915298c commit 729361b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PythonImproved.YAML-tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ uuid: 11B0273F-0284-4483-B17B-4B8D0A9294CC
88

99
patterns:
1010
- name: support.type.ellipsis.python
11-
match: (?<!^from\s|^import\s)(\.{3})
11+
match: (?<!^from\s|^import\s)(\b\.{3}\b)
1212

1313
- name: support.ipython.in.python
1414
match: (^In \[(\d+)\]\:)

0 commit comments

Comments
 (0)