Skip to content

Commit a01b188

Browse files
committed
Merge pull request #8 from william-voyek/patch-1
Add css3 to syntax definitions
2 parents 3b11571 + 81476cd commit a01b188

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
@@ -17,7 +17,7 @@ class CSSLint(Linter):
1717

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

20-
syntax = ('css', 'html')
20+
syntax = ('css', 'css3', 'html')
2121
cmd = 'csslint --format=compact'
2222
version_args = '--version'
2323
version_re = r'v(?P<version>\d+\.\d+\.\d+)'

0 commit comments

Comments
 (0)