We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59db870 commit e6c3206Copy full SHA for e6c3206
code_getter/getter.py
@@ -93,7 +93,7 @@ def forward_expand(self, s, pattern=r"\S(?=\s*$)", scope="keyword.operator", par
93
pt = line.begin()
94
while paren:
95
# there is a bug in the R syntax of early ST release (see #125)
96
- if sublime.version() > '3210':
+ if sublime.version() >= '4000':
97
res = self.find_inline(r"[{}\[\]()]", pt, scope="punctuation")
98
else:
99
res = self.find_inline(r"[{}\[\]()]", pt)
0 commit comments