Skip to content

Commit c85bc0d

Browse files
committed
Change 'language' to 'syntax', that is more precise terminology.
1 parent 5fdf706 commit c85bc0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class CSSLint(Linter):
1818

1919
"""Provides an interface to the csslint executable."""
2020

21-
language = ('css', 'html')
21+
syntax = ('css', 'html')
2222
cmd = 'csslint --format=compact'
2323
regex = r'''(?xi)
2424
^.+:\s* # filename

0 commit comments

Comments
 (0)