Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

SublimeLinter 3 plugin for html tidy.

License

NotificationsYou must be signed in to change notification settings

SublimeLinter/SublimeLinter-html-tidy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

This linter plugin forSublimeLinter provides an interface to tidy (either thehtml4 orhtml5 version). It will be used with files that have the “HTML” syntax.

Installation

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 Xtidy comes 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.

Enable for HTML sub syntax

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

Stars

Watchers

Forks

Packages

No packages published

Contributors14

Languages


[8]ページ先頭

©2009-2025 Movatter.jp