config/sublime/Packages/AAAPackageDev/Support/Key Bindings/Key Bindings - Context Operators.sublime-completions
2013-03-15 10:49:28 -07:00

12 lines
No EOL
198 B
Text

{
"scope": "context.operator.name.sublimekeymap",
"completions": [
"equal",
"not_equal",
"regex_match",
"not_regex_match",
"regex_contains",
"not_regex_contains"
]
}