We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb3dd7 commit ba5654dCopy full SHA for ba5654d
PythonImproved.YAML-tmLanguage
@@ -389,22 +389,6 @@ patterns:
389
'2': {name: meta.empty-tuple.python}
390
'3': {name: punctuation.definition.tuple.end.python}
391
392
-- name: meta.structure.tuple.python
393
- begin: \b(\()
394
- beginCaptures:
395
- '1': {name: punctuation.definition.tuple.begin.python}
396
- end: (\))\b
397
- endCaptures:
398
- '1': {name: punctuation.definition.tuple.end.python}
399
- patterns:
400
- - contentName: meta.structure.tuple.item.python
401
- begin: (?<=\(|\,)\s*(?![\),])
402
- end: \s*(?:(,)|(?=\)))
403
404
- '1': {name: punctuation.separator.tuple.python}
405
406
- - include: $self
407
-
408
- name: meta.structure.dictionary.python
409
match: (\{)(\s*(\}))
410
captures:
0 commit comments