Improve web-mode + smartparens compatibility
This addresses two edge cases: 1. if web-mode-auto-close-style == 3, <'s behavior may insert an extra > 2. Some web-mode engines have pairs that end with smartparens pairs, which will result in web-mode inserting its closing pairs _and_ smartparens inserting its closing pairs; resulting in extra characters. Reported by @ar1a
This commit is contained in:
parent
c4ec1413dc
commit
8248e80570
1 changed files with 16 additions and 11 deletions
Loading…
Add table
Add a link
Reference in a new issue