-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
In the following, suppose that a | is a caret, and foo [bar] baz a string where foo is selected.
Syntax: JSON, Sublime Text 3
"foo bar"
Activate select_quoted (I'd just put a --> from now on)
"[foo bar]"
Which is what I'd expect to happen. However, if I use this is not:
"foo bar|" --> "foo bar["]
"|foo bar" --> ["]foo bar"
Also, if I set the syntax to Plain Text, the plugin doesn't work:
"foo |bar" --> "foo bar"
'foo |bar' --> 'foo bar'
The console outputs:
Info: scope 'text.plain ', score (0, 0)
Calling the plugin many times in a row even managed to hang ST3 – suspect it might relate to the Plain Text problem above.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels