Skip to content

Commit 72d06b5

Browse files
author
Matthew Rees
committed
Fix for issue atom#60, match one or more whitespace instead of zero or more
1 parent 6d02723 commit 72d06b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammars/python.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@
503503
]
504504
}
505505
{
506-
'begin': '(?<=\\)|\\])\\s*(\\[)'
506+
'begin': '(?<=\\)|\\])\\s+(\\[)'
507507
'beginCaptures':
508508
'1':
509509
'name': 'punctuation.definition.arguments.begin.python'

0 commit comments

Comments
 (0)