idleberg / vscode-emoji-code

Snippets to insert escaped Emoji code into HTML, CSS, JavaScript, Python and Ruby
https://marketplace.visualstudio.com/items?itemName=idleberg.emoji-code
MIT License
26 stars 4 forks source link

javascriptreact to use html snippets #10

Closed valmassoi closed 5 years ago

valmassoi commented 5 years ago

.jsx files will want to use the html snippets

current: <span>\u{1F996}</span>

new: <span>&#x1F996;</span>

idleberg commented 5 years ago

Thank you!