Created
March 5, 2015 11:03
-
-
Save neilcarpenter/8979ea9ed91b10e36af9 to your computer and use it in GitHub Desktop.
Enable Emmet in .JSX files, using Babel JSX Syntax highlighter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// add to Preferences > Key Bindings - User | |
// see http://stackoverflow.com/a/26619524 for context | |
{ "keys": ["tab"], "command": "expand_abbreviation_by_tab", | |
"context": [ | |
{ | |
"operand": "source.js", | |
"operator": "equal", | |
"match_all": true, | |
"key": "selector" | |
}, | |
{ | |
"key": "selection_empty", | |
"operator": "equal", | |
"operand": true, | |
"match_all": true | |
} | |
] | |
}, | |
{ "keys": ["tab"], "command": "next_field", "context": | |
[ | |
{ "key": "has_next_field", "operator": "equal", "operand": true } | |
] | |
} |
very nice!!
nice!!
Thanks!!! 👍 💯 (Sublime text 3)
Nice one, works like a charm!
wonderfulllllllll!
Yes!
Awsome!
This was driving me crazy. Thank you!
Fantabulous!Thanks!
thank you so much!
Lifesaver <3
Nice work, thank you.
nice!
you are great
Thanks!!!
Awesome!!!
Thanks!!!
nice
Thank you!
Amazing 💯
just perfect bro, works in sublime 3
still working
Thanks !!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's wonderful!