Skip to content

Commit 3b7becb

Browse files
committed
Fixup "break" variable
1 parent 215dbd1 commit 3b7becb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

syntax/SSH Common.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ contexts:
266266
###############################################################################
267267

268268
variables:
269-
break: (?=[,;\s]|$)
269+
break: (?![\w/-])
270270
base64_char: '[a-zA-Z0-9+/]'
271271
ssh_fingerprint: (?:AAAA(?:E2V|[BC]3N){{base64_char}}+={0,3})
272272
# ipv4_basic: (?:(?:\d{1,3}\.){3}\d{1,3})

0 commit comments

Comments
 (0)