Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit ce69eec

Browse files
authored
fix: remove HTML from supported types
This was added way back in the original re-write in 72bb971 with no justification, and has no specs backing it up to even see if it works. Since CSSLint makes no mention of this even being a feature this should just be removed. Fixes #207.
1 parent 3f14eeb commit ce69eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default {
7171
provideLinter() {
7272
return {
7373
name: 'CSSLint',
74-
grammarScopes: ['source.css', 'source.html'],
74+
grammarScopes: ['source.css'],
7575
scope: 'file',
7676
lintsOnChange: false,
7777
lint: async (textEditor) => {

0 commit comments

Comments
 (0)