akalongman / akalongman/sublimetext-codeformatter

Many bugs with HTML formatter, can you drop BeautifulSoup?

Aperta
#253 7 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Python
Stelle
772
Fork
128
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

BeautifulSoup does not recognise `meta` or `link` tags, and does not work with scripts,

```

var app = angular.module('metro', []);
app.controller('tags', function($scope, $http) {
$scope.tools = tools.filter(function(value) {
return !value.hide;
});
});

```

If you try to format anything like that, it would be a total mess.

However, another plugin called `HTML/JS/CSS Beautify` uses js-beautifier for HTML files and it works great. (Available with package control)

So, can you please replace the BeautifulSoup solution with js-beautifier?

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.