branch : pmacs2
This commit is contained in:
moculus 2008-10-03 22:34:51 +00:00
parent 1fd60f8197
commit 289947f510
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ class PerlTabber2(StackTabber2):
close_tokens = {'delimiter': {'}': '{', ')': '(', ']': '['}} close_tokens = {'delimiter': {'}': '{', ')': '(', ']': '['}}
end_at_eof = False end_at_eof = False
end_at_tokens = {'delimiter': {';': 1}} end_at_tokens = {'delimiter': {';': 1}}
nocontinue_tokens = {'delimiter': {';': 1}} nocontinue_tokens = {'delimiter': {';': 1, ',': 1}}
start_free_tokens = {'string.start': 1, 'pod.start': 1, 'heredoc.start': 1, start_free_tokens = {'string.start': 1, 'pod.start': 1, 'heredoc.start': 1,
'evaldoc.start': 1} 'evaldoc.start': 1}
end_free_tokens = {'string.end': 1, 'pod.end': 1, 'heredoc.end': 1, end_free_tokens = {'string.end': 1, 'pod.end': 1, 'heredoc.end': 1,