Last active
June 17, 2023 02:19
-
-
Save thulioph/5957703 to your computer and use it in GitHub Desktop.
Alterando o "lang" do ST2 para pt-BR ou qualquer outra que preferir.
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
// Você abre o ST2 e quando gera o html:5 ele retorna a lang diferente do pt-BR (padrão brasileiro); Vá em: | |
// Preferences > Package Settings > Emmet > Settings - User | |
{ | |
"snippets": { | |
"variables":{ | |
"lang": "pt-BR", | |
"locale": "pt-BR" | |
} | |
} | |
} | |
// Realize as modificações acima, salve o arquivo, feche o editor e abra novamente. | |
// os próximos projetos, todos estaram alterados. |
//Adicione a linha nas suas configurações de usuário (Settings.json)
"emmet.variables": {
"lang": "pt-BR"
},
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks :)