-
-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Labels
Description
System info:
- Sublime Text version:
Stable Channel, Build 4143 - Which system are you on:
Linux (NixOS) - Clang version:
11.1.0
What happens:
After entering the text std::vector.re in the first line inside my function I get this popup:

Sample file with which this works:
#include <vector>
int main(int argc, char const *argv[]) {
std::vector.r
/* code */
return 0;
}(just type the e at the end of line 4)