Skip to content

Commit

Permalink
[CSS] Fix commit completion using enter (#2455)
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Aug 19, 2020
1 parent 7b279e8 commit 2c66f1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CSS/Default.sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
{ "keys": ["enter"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line.sublime-macro"} , "context":
[
{ "key": "setting.auto_match_enabled", "operator": "equal", "operand": true },
{ "key": "auto_complete_visible", "operator": "equal", "operand": false },
{ "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true },
{ "key": "selector", "operator": "equal", "operand": "source.css - meta.selector.css", "match_all": true },
{ "key": "preceding_text", "operator": "not_regex_contains", "operand": ";\\s*$", "match_all": false },
Expand Down

0 comments on commit 2c66f1f

Please sign in to comment.