- Notifications
You must be signed in to change notification settings - Fork15
SublimeLinter 3 plugin for html tidy.
License
SublimeLinter/SublimeLinter-html-tidy
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This linter plugin forSublimeLinter provides an interface to tidy (either thehtml4 orhtml5 version). It will be used with files that have the “HTML” syntax.
SublimeLinter must be installed in order to use this plugin.
Please install viaPackage Control.
Before installing this plugin, you must ensure thattidy ortidy5 are installed on your system.tidy5 will be used overtidy if available.
Mac OS X –
tidycomes preinstalled on recent versions of Mac OS X. You can install thehtml5 version by usingHomebrew andbrew install tidy-html5.Linux – You should be able to install tidy using the system’s package manager.
Windows – Windows binaries are available for thehtml5 version.
In order fortidy to be executed by SublimeLinter, you must ensure that its path is available to SublimeLinter.
To enable html-tidy for another syntax edit the SublimeLinter user settings. This example should enable html-tidy for any html sub sytnax. For example, HTML (jinja2), HTML (Rails), HTML (ASP):
// SublimeLinter Settings - User{"linters": {"htmltidy": {"selector":"text.html" }, }}
About
SublimeLinter 3 plugin for html tidy.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Contributors14
Uh oh!
There was an error while loading.Please reload this page.