Skip to content

Commit

Permalink
reverted close_cfml_tag selector scope change
Browse files Browse the repository at this point in the history
  • Loading branch information
jcberquist committed Jan 14, 2016
1 parent dd9bfe4 commit 905771e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keymaps/Default.sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"keys": ["/"],
"command": "close_cfml_tag",
"context": [
{"key": "selector", "operator": "equal", "operand": "embedding.cfml - string.quoted.single.cfml - string.quoted.double.cfml - comment - source.cfml.script", "match_all":true},
{"key": "selector", "operator": "equal", "operand": "embedding.cfml - string.quoted - comment - source.cfml.script", "match_all":true},
{"key": "preceding_text", "operator": "regex_match", "operand": ".*<$", "match_all":true},
{"key": "setting.auto_close_tags"}
]
Expand Down

0 comments on commit 905771e

Please sign in to comment.