This is no longer needed as Emmet supports JSX - you just need to turn it all on. Did a quick tutorial: http://wesbos.com/emmet-react-jsx-sublime/
Thanks, @wesbos
- Using emmet in jsx files
- Emmet expands text when js autocomplete needed
| #!/bin/bash | |
| set -e | |
| ########################################################## | |
| # Install script for Docker-CE on ElementaryOS 0.4.1 Loki | |
| # Had to update the repository to point to xenial instead | |
| # of using 'lsb_release -cs' because there's no loki | |
| # repository at download.docker.com. | |
| ########################################################## |
| #!/bin/bash | |
| ##################################################### | |
| # Name: Bash CheatSheet for Mac OSX | |
| # | |
| # A little overlook of the Bash basics | |
| # | |
| # Usage: | |
| # | |
| # Author: J. Le Coupanec | |
| # Date: 2014/11/04 |
| #!/bin/sh | |
| # Userland mode (~$USER/), (~/). | |
| # ~/.fonts is now deprecated and that | |
| #FONT_HOME=~/.fonts | |
| # ~/.local/share/fonts should be used instead | |
| FONT_HOME=~/.local/share/fonts | |
| echo "installing fonts at $PWD to $FONT_HOME" | |
| mkdir -p "$FONT_HOME/adobe-fonts/source-code-pro" |
| /* HOC fundamentally is just a function that accepts a Component and returns a Component: | |
| (component) => {return componentOnSteroids; } or just component => componentOnSteroids; | |
| Let's assume we want to wrap our components in another component that is used for debugging purposes, | |
| it just wraps them in a DIV with "debug class on it". | |
| Below ComponentToDebug is a React component. | |
| */ | |
| //HOC using Class | |
| //it's a function that accepts ComponentToDebug and implicitly returns a Class | |
| let DebugComponent = ComponentToDebug => class extends Component { |
| #################### | |
| # FROM MAIN COMPUTER | |
| #################### | |
| # Create the sync directory in Dropbox | |
| $ mkdir ~/Dropbox/sublime-text-3 | |
| # Move your ST3 "Packages" and "Installed Packages" to Dropbox | |
| $ cd ~/Library/Application\ Support/Sublime\ Text\ 3 | |
| $ mv Packages/ ~/Dropbox/sublime-text-3 | |
| $ mv Installed\ Packages/ ~/Dropbox/sublime-text-3 |
| # First you update your system | |
| sudo apt-get update && sudo apt-get dist-upgrade | |
| # Clean-up System | |
| sudo apt-get purge epiphany-browser epiphany-browser-data #browser | |
| sudo apt-get purge midori-granite #browser | |
| sudo apt-get purge noise | |
| sudo apt-get purge scratch-text-editor #text-editor | |
| sudo apt-get purge modemmanager | |
| sudo apt-get purge geary #email |
| { | |
| "keys": ["tab"], | |
| "command": "expand_abbreviation_by_tab", | |
| // put comma-separated syntax selectors for which | |
| // you want to expandEmmet abbreviations into "operand" key | |
| // instead of SCOPE_SELECTOR. | |
| // Examples: source.js, text.html - source | |
| "context": [ | |
| { |
This is no longer needed as Emmet supports JSX - you just need to turn it all on. Did a quick tutorial: http://wesbos.com/emmet-react-jsx-sublime/
Thanks, @wesbos
| * Downloaded or downloading | |
| ============================= | |
| **http://kickass.to/infiniteskills-learning-jquery-mobile-working-files-t7967156.html | |
| **http://kickass.to/lynda-bootstrap-3-advanced-web-development-2013-eng-t8167587.html | |
| **http://kickass.to/lynda-css-advanced-typographic-techniques-t7928210.html | |
| **http://kickass.to/lynda-html5-projects-interactive-charts-2013-eng-t8167670.html | |
| **http://kickass.to/vtc-html5-css3-responsive-web-design-course-t7922533.html | |
| *http://kickass.to/10gen-m101js-mongodb-for-node-js-developers-2013-eng-t8165205.html | |
| *http://kickass.to/cbt-nuggets-amazon-web-services-aws-foundations-t7839734.html |
| [ignore] | |
| .*/node_modules/fbjs/.* | |
| .*/node_modules/editions/.* | |
| [include] | |
| [libs] | |
| [options] | |
| # Support webpack's resolve.root |