Skip to content

Commit 1e66610

Browse files
committed
sublime: Move f-string macro to settings/sublime
1 parent 203ef9b commit 1e66610

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

settings/sublime/Default.sublime-keymap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
// Replace a '{|}' with '{{|' when typing within fstring
3535
{ "keys": ["{"], "command": "run_macro_file",
36-
"args": {"name": "Packages/MagicPython/snippets/sublime/fstring_brace.sublime-macro"},
36+
"args": {"name": "Packages/MagicPython/settings/sublime/fstring_brace.sublime-macro"},
3737
"context":
3838
[
3939
{ "key": "setting.auto_match_enabled", "operator": "equal", "operand": true },

0 commit comments

Comments
 (0)