mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-25 22:51:41 +00:00
backing up sublime settings
This commit is contained in:
6
Packages/User/linters/xml.py
Normal file
6
Packages/User/linters/xml.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from lint import Linter
|
||||
|
||||
class XML(Linter):
|
||||
language = 'xml'
|
||||
cmd = ('xmllint', '-noout', '-')
|
||||
regex = r'^.+:(?P<line>\d+):\s+(parser error : )?(?P<error>.+)'
|
||||
Reference in New Issue
Block a user