absop / RainbowBrackets

A rainbow brackets plugin for SublimeText4.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't select, remove and transform adjacent nested parentheses and parentheses at the end of the file

absop opened this issue · comments

Test cases:

  1. adjacent nested parentheses in Shell scripts
((I))
  1. parentheses at the end of the file
(I)

This is caused by Shell's keyword ) , which is used inside case ... in statement. After I updated the default settings file, the issue is fixed.