mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-26 15:11:55 +00:00
backing up sublime settings
This commit is contained in:
6
Packages/User/linters/html.py
Normal file
6
Packages/User/linters/html.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from lint import Linter
|
||||
|
||||
class HTML(Linter):
|
||||
language = 'html'
|
||||
cmd = ('tidy', '-q', '-e', '-utf8')
|
||||
regex = r'^line (?P<line>\d+) column (?P<col>\d+) - (Warning|Error)?\s*:?\s*(?P<error>.+)$'
|
||||
Reference in New Issue
Block a user