apfl/contrib/SublimeTextPackage/Default.sublime-keymap

9 lines
308 B
Text
Raw Permalink Normal View History

2023-03-23 22:40:11 +00:00
[
{ "keys": ["'"], "command": "insert_snippet", "args": {"contents": "'"}, "context":
[
{ "key": "setting.auto_match_enabled", "operator": "equal", "operand": true },
{ "key": "selector", "operator": "equal", "operand": "source.apfl", "match_all": true}
]
}
]