Skip to content

Instantly share code, notes, and snippets.

@vinicius73
Last active July 13, 2020 21:44
Show Gist options
  • Star 26 You must be signed in to star a gist
  • Fork 11 You must be signed in to fork a gist
  • Save vinicius73/b9cc989b2ae664ba073570a849e58f8e to your computer and use it in GitHub Desktop.
Save vinicius73/b9cc989b2ae664ba073570a849e58f8e to your computer and use it in GitHub Desktop.
My default Atom packages and theme
'atom-text-editor[data-grammar~="vue"]:not([mini])':
'tab': 'emmet:expand-abbreviation-with-tab'
'atom-text-editor[data-grammar="css"]:not([mini])':
'tab': 'emmet:expand-abbreviation-with-tab'
'atom-text-editor[data-grammar="html"]:not([mini])':
'tab': 'emmet:expand-abbreviation-with-tab'
// styles file (not found)
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
html, body, .tree-view, .tab-bar .tab {
font-size: 16px;
}
}
html, body, .tree-view, .tab-bar .tab {
font-size: 15px;
}
atom-text-editor {
font-family: 'Fira Code';
font-style: normal;
text-rendering: optimizeLegibility;
}
@danielschmitz
Copy link

O seu faz isso tb? era pro emmet estar funcionando...

@adamsalves
Copy link

adamsalves commented Jul 29, 2016

@danielschmitz Falta o ~ depois do data-grammar: 'atom-text-editor[data-grammar~="vue"]:not([mini])'
Aí funciona de boa! 👍

@danielschmitz
Copy link


valewwww birllllllllllllllllllllll

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment