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 c08a6a4 commit 86c16e3Copy full SHA for 86c16e3
plugins_/syntax_dev.py
@@ -54,7 +54,7 @@ def get_regex_regions(self):
54
for selection in self.view.sel()
55
if self.view.match_selector(
56
selection.begin(),
57
- 'source.yaml.sublime.syntax meta.expect-captures.yaml'
+ 'source.yaml.sublime.syntax meta.expect-captures'
58
)
59
for region in self.view.split_by_newlines(selection)
60
]
0 commit comments