Skip to content

Commit

Permalink
Merge pull request #247 from markalfred/patch-2
Browse files Browse the repository at this point in the history
Don't close tag that's already closed
  • Loading branch information
borela authored Mar 23, 2020
2 parents 470586e + aa5d200 commit 68b4f0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Default.sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,10 @@
"operator": "equal",
"operand": true,
"match_all": true
}, {
"key": "following_text",
"operator": "not_regex_contains",
"operand": ">"
}, {
"key": "setting.command_mode",
"operand": false
Expand Down

0 comments on commit 68b4f0b

Please sign in to comment.