File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 645645 </dict >
646646 <key >match </key >
647647 <string >(?x)
648- (?=if\b|unless\b)
648+ (?=\s* if\b|\s* unless\b)
649649 (?< =[}\])\w?!"'`])
650650 (?< !\Wif|^if| # \WX|^X is equivalent to \bX
651651 \Wunless|^unless| # this is workaround for code editors which doesn't support onigomo
667667 <dict >
668668 <key >begin </key >
669669 <string >(?x)
670- (?=if\b)
670+ (?=\s* if\b)
671671 (?< !::)
672672 (?< =< |& |\||=|> |~|\^|[+\-*/%]|\.{2}|\.{3}|^|;|:|\[|\(|\{|,|
673673 \Wif|^if| # \WX|^X is equivalent to \bX
722722 <dict >
723723 <key >begin </key >
724724 <string >(?x)
725- (?=unless\b)
725+ (?=\s* unless\b)
726726 (?< !::)
727727 (?< =< |& |\||=|> |~|\^|[+\-*/%]|\.{2}|\.{3}|^|;|:|\[|\(|\{|,|
728728 \Wif|^if| # \WX|^X is equivalent to \bX
790790 </dict >
791791 <key >match </key >
792792 <string >(?x)
793- (?=while\b|until\b)
793+ (?=\s* while\b|\s* until\b)
794794 (?< =[}\])\w?!"'`])
795795 (?< !\Wif|^if| # \WX|^X is equivalent to \bX
796796 \Wunless|^unless| # this is workaround for code editors which doesn't support onigomo
812812 <dict >
813813 <key >begin </key >
814814 <string >(?x)
815- (?=while\b)
815+ (?=\s* while\b)
816816 (?< !::)
817817 (?< =< |& |\||=|> |~|\^|[+\-*/%]|\.{2}|\.{3}|^|;|:|\[|\(|\{|,|
818818 \Wif|^if| # \WX|^X is equivalent to \bX
888888 <dict >
889889 <key >begin </key >
890890 <string >(?x)
891- (?=until\b)
891+ (?=\s* until\b)
892892 (?< !::)
893893 (?< =< |& |\||=|> |~|\^|[+\-*/%]|\.{2}|\.{3}|^|;|:|\[|\(|\{|,|
894894 \Wif|^if| # \WX|^X is equivalent to \bX
You can’t perform that action at this time.
0 commit comments