Fix comment typo

This commit is contained in:
Daniel Imms 2016-05-12 01:29:45 -07:00
parent 87fb437eb8
commit b633941dfe

View file

@ -121,7 +121,7 @@ export class EditorAccessor implements emmet.Editor {
if (/\b(typescriptreact|javascriptreact)\b/.test(syntax)) { // treat like tsx like jsx
return 'jsx';
}
if (syntax === 'sass') { // sass is really sccs... map it to scss
if (syntax === 'sass') { // sass is really scss... map it to scss
return'scss';
}
if (syntax === 'stylus') { // map stylus to css