diff options
author | smihica <smihica@gmail.com> | 2015-10-06 10:50:42 +0900 |
---|---|---|
committer | smihica <smihica@gmail.com> | 2015-10-06 10:50:42 +0900 |
commit | 5334790a32d708186ab6bd3982c123d118960aec (patch) | |
tree | 71202bd64b1881236ae3b3269af8b73ee84c97e7 /README.md | |
parent | 4bcc5ff83477929a704a3abf822b5c9161d399c2 (diff) | |
download | emmet-mode-5334790a32d708186ab6bd3982c123d118960aec.tar.lz emmet-mode-5334790a32d708186ab6bd3982c123d118960aec.tar.xz emmet-mode-5334790a32d708186ab6bd3982c123d118960aec.zip |
Added JSX's test and document.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -65,6 +65,10 @@ Or if you don't want to move cursor after expanding: (setq emmet-move-cursor-after-expanding nil) ;; default t +If you want to use emmet with react-js's JSX, you probably want emmet to expand 'className="..."' instead of 'class="..."': + + (setq emmet-expand-jsx-className? t) ;; default nil + ## Usage Place point in a emmet snippet and press C-j to expand it (or alternatively, |