Skip to content

Commit

Permalink
[jsx] Add comment for escaping curly braces in tag text
Browse files Browse the repository at this point in the history
  • Loading branch information
15cm committed Oct 10, 2019
1 parent 672d829 commit 4dd28e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/html-abbrev.el
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@

(defun emmet-extract-inner-text (input)
"Extract inner-text in the form of {inner_text}...
Right curly braces can be escaped by backslash, i.e. '\\}'
Return `(,inner-text ,input-without-inner-text) if succeeds, otherwise return
`(error ,error-message)"
(cl-labels (
Expand Down

0 comments on commit 4dd28e3

Please sign in to comment.