fix(javascript): emmet-expand-jsx-className? = t
So emmet expands class snippets to className="..." instead of class="...". Fix #5556
This commit is contained in:
parent
541cd1a58d
commit
3c79078634
1 changed files with 5 additions and 1 deletions
|
@ -142,7 +142,11 @@
|
|||
typescript-indent-level
|
||||
(or (and (bound-and-true-p tide-mode)
|
||||
(plist-get (tide-tsfmt-options) :indentSize))
|
||||
typescript-indent-level)))
|
||||
typescript-indent-level)
|
||||
|
||||
;; Fix #5556: expand .x to className="x" instead of class="x", if
|
||||
;; `emmet-mode' is used.
|
||||
emmet-expand-jsx-className? t))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue