File tree 1 file changed +0
-28
lines changed
1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change 647
647
<string >(?x)
648
648
(?=\s*if\b|\s*unless\b)
649
649
(?< =[}\])\w?!"'`])
650
- (?< !\Wif|^if| # \WX|^X is equivalent to \bX
651
- \Wunless|^unless| # this is workaround for code editors which doesn't support onigomo
652
- \Wcase|^case| # https://github.com/microsoft/vscode-textmate/issues/121#issuecomment-565689295
653
- \Wwhen|^when|
654
- \Wwhile|^while|
655
- \Wuntil|^until|
656
- \Wfor|^for|
657
- \Wbegin|^begin|
658
- \Wand|^and|
659
- \Wnot|^not|
660
- \Wor|^or|
661
- \Win|^in|
662
- \W!|^!|
663
- \W\?|^\?)
664
650
\s*\b(if)|(unless)\b(?![?!])
665
651
</string >
666
652
</dict >
792
778
<string >(?x)
793
779
(?=\s*while\b|\s*until\b)
794
780
(?< =[}\])\w?!"'`])
795
- (?< !\Wif|^if| # \WX|^X is equivalent to \bX
796
- \Wunless|^unless| # this is workaround for code editors which doesn't support onigomo
797
- \Wcase|^case| # https://github.com/microsoft/vscode-textmate/issues/121#issuecomment-565689295
798
- \Wwhen|^when|
799
- \Wwhile|^while|
800
- \Wuntil|^until|
801
- \Wfor|^for|
802
- \Wbegin|^begin|
803
- \Wand|^and|
804
- \Wnot|^not|
805
- \Wor|^or|
806
- \Win|^in|
807
- \W!|^!|
808
- \W\?|^\?)
809
781
\s*\b(while)|(until)\b(?![?!])
810
782
</string >
811
783
</dict >
You can’t perform that action at this time.
0 commit comments